SSL Certificates File Converts (via OpenSSL)
?
R
BashSimple commands using OpenSSL to convert certificate file types
1# Convert CSR to CRT
2openssl x509 -req -in mycert.csr -signkey mycert.key -out mycert.crtCreated on 12/27/2017
Simple commands using OpenSSL to convert certificate file types
1# Convert CSR to CRT
2openssl x509 -req -in mycert.csr -signkey mycert.key -out mycert.crtCreated on 12/27/2017