Skip to Main Content

Java Card

Announcement

Testing banner

Error : Signature did not match the certificate request.

User_YTU7OSep 21 2021

Hi, I wanted to renew the certificate and followed steps on the link below
Renew/Extend Puppet CA/puppetmasterd certs | Arrfab's blog (0 Bytes)Until the following command,

openssl x509 -req -days 3650 -in certificate_requests/$(hostname)_csr.pem -CA ca/ca_crt.pem \
  -CAkey ca/ca_key.pem -CAserial ca/serial -out certs/$(hostname).pem

It shows following error :
Signature did not match the certificate request
What is the possible cause and how to fix it?
Thanks,

Comments
Post Details
Added on Sep 21 2021
0 comments
296 views