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 was trying to set up an intermediate CA on Vault, while using the mkcert as root CA. Unfortunately, I see there is no such feature built in and trying to use openssl to sign the intermediate CSR fails, as the pathlen constraint is set to zero, which means no intermediate CA can be in between.
Do you think such feature could be added? I'm willing to implement this (allow non-zero pathlen in the mkcert root CA cert).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I was trying to set up an intermediate CA on Vault, while using the mkcert as root CA. Unfortunately, I see there is no such feature built in and trying to use
openssl
to sign the intermediate CSR fails, as the pathlen constraint is set to zero, which means no intermediate CA can be in between.Do you think such feature could be added? I'm willing to implement this (allow non-zero pathlen in the mkcert root CA cert).
Beta Was this translation helpful? Give feedback.
All reactions