mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
Non-standard CSRs ignored #288
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @txr13 on GitHub (Mar 2, 2018).
While processing a pre-generated CSR,
dehydratedgenerated a private key instead of using the CSR. Upon investigation, I found that my CSR started withinstead of
which caused
dehydratedto believe that the hook hadn't generated a CSR.Upon investigation, I note that RFC 7468 notes this syntax as "non-conforming" (see Appendix A). Support is indeed not required, but it might be helpful to allow either form of CSR, or at least return a warning about the non-standard syntax. Otherwise, people may wind up confused as to why their CSR isn't being used.