pki-bootstrap_pub/docs/ccc_certs

14 lines
325 B
Plaintext

[[[ Certificate Code Command & Control ]]]
[ p12 file ]
# show the sections of the package file
$ openssl pkcs12 -in ~/cert.p12 -nodes -passin pass:"password"
# show all textual information
$ openssl pkcs12 -in ~/cert.p12 -nodes -passin pass:"password" | \
openssl x509 -noout -text
openssl x509 -noout -subject