.CER to .CRT



.CER to .CRT



  1. openssl x509 -inform PEM -in <filepath>/certificate.cert -out certificate.crt
  2. sudo mkdir /usr/local/share/ca-certificates/new-crt
  3. sudo cp new-crt.crt /usr/local/share/ca-certificates/new-crt
  4. sudo update-ca-certificates


Popular posts from this blog

Show public IP in shell

IPSEC VPN - Invalid ESP packet detected (HMAC validation failed)