Step-ca generated expired/invalid certs #1871
-
I am using step-ca with ansible, i automated the providers, starting of the server, certificate generation and the deploying of the nginx container here: You dont need to understand ansible to see whats going on my ca.json: |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
You may be dealing with a time difference between systems. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Ah nevermind that issue, turns out I have been uploading my key twice. I still get the "certificate has expired issue" though. |
Beta Was this translation helpful? Give feedback.
-
Ah fixed, turns out, that first I used two keys accidentally, than adding my cert, and just now i realized i had a typo in the just before flag, it looked like -1d, it does not support days. and the '-' yeilded an error so it kept on using the outdated one, thanks for your help! |
Beta Was this translation helpful? Give feedback.
Ah fixed, turns out, that first I used two keys accidentally, than adding my cert, and just now i realized i had a typo in the just before flag, it looked like -1d, it does not support days. and the '-' yeilded an error so it kept on using the outdated one, thanks for your help!