Security / Certificates in practice |
This procedure allows you to create a certificate authority list using the openssl command.
$ openssl x509 -in MyCA1.crt -text >> CAList.pem $ openssl x509 -in MyCA2.crt -text >> CAList.pem $ openssl x509 -in MyCA3.crt -text >> CAList.pem