-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
openssl_csr_info and x509_certificate_info: return more public key information #233
openssl_csr_info and x509_certificate_info: return more public key information #233
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the public key fingerprints can be retrieved from get_publickey_info
and the reference to get_fingerprint_of_bytes
can be removed from csr_info.py
. Otherwise just a documentation question.
plugins/module_utils/crypto/module_backends/certificate_info.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
@Ajpantuso and again, thanks for reviewing this one :) |
SUMMARY
Returns the information of openssl_publickey_info for the public key in openssl_csr_info and x509_certificate_info.
Fixes #227.
ISSUE TYPE
COMPONENT NAME
openssl_csr_info
x509_certificate_info