Convert p7b to cer¶
- Normally used when CA provided a signed certificate
- Generated certificate bundle contains signed certificate as well as rootCA and intermediate certs
Convert cert to pem file¶
Extract private key from pfx¶
Convert cer to crt¶
Trust Root Store¶
RedHat Enterprise Linux¶
- Copy the certificate files to
/etc/pki/ca-trust/anchor/sources - Run command
sudo update-ca-trust extract
Ubuntu Based Linux¶
- Copy the certificate files to
/etc/ssl/certs&/usr/local/share/ca-certificates - Run command
sudo update-ca-certificates