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,