-
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
Allow to specify subject (for CSRs) and issuer (for CRLs) ordered #316
Allow to specify subject (for CSRs) and issuer (for CRLs) ordered #316
Conversation
ready_for_review |
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.
A few minor comments, but otherwise looks good.
Co-authored-by: Ajpantuso <[email protected]>
@Ajpantuso what do you think of d497231 and 196c85f? I think it's better to reject such values outright instead of silently ignoring them. The silent ignore makes sense for the explicit option fields for the CSR modules (or well, ignoring only |
Makes sense to me. Silently ignoring could even lead users to believe that defaults would be applied from say their OpenSSL config. More explicit is better in this case. |
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
@Ajpantuso thanks again for reviewing this! |
SUMMARY
Fixes #291.
ISSUE TYPE
COMPONENT NAME
acme_certificate
openssl_csr
openssl_csr_pipe
x509_crl