You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to request a cert from let's encrypt and I need to provide a CSR with the domain names as subject alt name. The subject common names are ignored (see issue letsencrypt/pebble#233)
How can I generate a CSR with SAN?
The text was updated successfully, but these errors were encountered:
Thanks for the feedback. Would you be able to give #32 a spin and let me know if Let's Encrypt is happy with the output? I may want to clean up the code a bit before merging, but it would be great to first verify that it works.
Merged and published as 0.8.0, but note that the API changed slightly: the :extensions option now takes a simple list of extension values, rather than a keyword list.
Thanks for this great lib!
I'd like to request a cert from let's encrypt and I need to provide a CSR with the domain names as subject alt name. The subject common names are ignored (see issue letsencrypt/pebble#233)
How can I generate a CSR with SAN?
The text was updated successfully, but these errors were encountered: