-
Notifications
You must be signed in to change notification settings - Fork 442
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
Intro templates to allow x509 cert flexibility [L] #300
Comments
@mkkeffeler in Gitter requested if it's is possible to add extra SANs not present in the CSR. For example, the JWK token can have the SANs |
This is a must have that @maraino mentioned because lots of clients don't know how to request SANS easily in their CSRs, so in the spirit of making TLS easier this would be a HUGE feature add. |
Also related to #45 which was closed in favor of this |
this is helpful because we often need to add specific things that our clients don't know to add |
This would be very helpful to have this! |
We need this too! Would stream line our client on-boarding process tremendously. |
Would like to see this implemented. Would be very helpful! |
An additional use case is for adding EMAIL contacts to ACME certificates. IP and DNS sans definitely need to be validated against standard ACME protocol, but email contacts should be able to be added to an ACME certificate
|
X.509 templates functionality is currently in the master branch of |
step certificate create --create
(cli changes not covered in here)
Breakdown:
The text was updated successfully, but these errors were encountered: