Check SSL Encryption in Linux

SSL encryption applies two keys named Public key and Private Key to encrypt connection. Both keys are similar in nature…

Convert SSL Cer to PEM by OpenSSL

There are two major encoding schemes for X.509 certificates and keys: PEM (Base64 ASCII), and DER (binary). DER (Distinguished Encoding…