SSL Certificates File Converts (via OpenSSL)

?
R
Bash

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.crt

Created on 12/27/2017