Replies: 2 comments
-
Hey @ikachurin, the error seems to indicate that there's a mismatch between the private key (and its corresponding public key) vs. the public key in the certificate. You mention that the certificates are in read-only volumes. Do you mean those are the leaf certificates issued by the CA? When they're renewed, are they actually overwritten in that case? You also mention that you issue the initial certificate using ACME, and then use |
Beta Was this translation helpful? Give feedback.
-
Hi @hslatman, I'm sorry I didn't respond sooner. I found the source of the problem: during the tests I deleted certificates and requested them again, but Apparently it caches the .key inside the process and when it comes time to renew, I think I couldn't find a similar issue on your Github. Should I start one? |
Beta Was this translation helpful? Give feedback.
-
Hi Smallstep team! Here is my flow:
step renew --daemon
commandI am trying to troubleshoot with
openssl s_server -cert /path/to/service.crt -key /path/to/service.key
.Getting same error
Manually trying to renew with
step renew
command, getting this error:So I concluded that either cert or key is broken and it is impossible to renew it and I left this problem for one day
openssl
command still getting key values mismatch errorI'm at a complete loss as to what is causing this error. It is present on several of my servers with different services
Extra info:
I searched all over the Internet, but I couldn't find the answer. I hope you can help me
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions