Answers for "convert cer to crt linux mint"

0

convert cer to crt linux mint

# For Linux Mint (PEM)
openssl x509 -inform PEM -in filename.cer -out filename.crt

# For Linux Mint (DER)
openssl x509 -inform DER -in filename.cer -out filename.crt
Posted by: Guest on October-08-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language