Convert SSL certificate from CRT to PEM

There are two major encoding schemes for X.509 certificates and keys: PEM (Base64 ASCII), and DER (binary). DER (Distinguished Encoding Rules) is a data object encoding schema that can be used to encode certificate objects into binary files. PEM (Privacy Enhanced Mail) is an encrypted email encoding schema that can be borrowed to encode certificate … Continue reading Convert SSL certificate from CRT to PEM