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
Sign an intermediate CSR with CA certificate at /pki/root/sign-intermediate, and use CSR values from request (use_csr_values=true)
Receive signed CA certificate with pathLen=0, and all other CSR values copied over.
Actual Behavior:
Receive signed CA certificate with pathLen unset, and all other CSR values copied over.
I do understand the rationale for directly copying over CSR values, but I don't think that ignoring the pathLen on the signing certificate is quite right. I'm curious to learn if this is intended behavior, or something for which a PR would be accepted. Thanks!
The text was updated successfully, but these errors were encountered:
Environment:
Expected Behavior:
pathLen=1
at /pkiuse_csr_values=true
)pathLen=0
, and all other CSR values copied over.Actual Behavior:
pathLen
unset, and all other CSR values copied over.I do understand the rationale for directly copying over CSR values, but I don't think that ignoring the
pathLen
on the signing certificate is quite right. I'm curious to learn if this is intended behavior, or something for which a PR would be accepted. Thanks!The text was updated successfully, but these errors were encountered: