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
It's not the exact interface you asked for, but you can use the backdate option with the existing expiry option you've already set to override the time the certificate is valid from.
mmlb
linked a pull request
Jan 27, 2023
that will
close
this issue
I'd like to generate a new root CA with a not_before date of my choice.
My basic, working setup is:
...and I generate the CA with:
I have tried adding a
config.json
like this:or trying the same inside a signing / default block, or similar things.
How could I explicitly set
Not Before
andNot After
(or aNot Before
and an expire time) on a Root CA?I'm not a Go coder but looking at
func Update()
in initca/initca.go I fear that it is hardcoded to the system's clock...The text was updated successfully, but these errors were encountered: