stoken icon indicating copy to clipboard operation
stoken copied to clipboard

How can I create a new batch certificate ?

Open jorgeventura opened this issue 5 years ago • 1 comments

Hi, The current certificate will expire in 2022. Is there a way to create a new one self signed? I tried to do that using openssl but doesn't work.

There is a comment in the source code about RSA modules from the private key not be the same from the certificate.

Ventura

jorgeventura avatar Feb 25 '20 23:02 jorgeventura

Hi, I created another certificate using the same private key and signature algorithm and it's working. Curiosity: There is one extra 0x0a byte at the end of private key that openssl doesn't like. I removed and openssl says that the private key is OK but doesn't work if the byte is not there.

jorgeventura avatar Feb 25 '20 23:02 jorgeventura