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
When generating a new root with cfssl gencert -initca csr.json, the initca code ignores overrides on the .ca.not_before and .ca.not_after fields in the CSR JSON file. This makes it difficult (though not impossible, because .ca.expiry is honored) to generate roots with specific expiry dates/times.
The text was updated successfully, but these errors were encountered:
mmlb
linked a pull request
Jan 27, 2023
that will
close
this issue
When generating a new root with
cfssl gencert -initca csr.json
, theinitca
code ignores overrides on the .ca.not_before and .ca.not_after fields in the CSR JSON file. This makes it difficult (though not impossible, because .ca.expiry is honored) to generate roots with specific expiry dates/times.The text was updated successfully, but these errors were encountered: