24.2. Usage and Output
The
PKCS12Export
command exports each certificate in the database into the .p12
output file. When the -debug
option is used, the certificate nickname for each certificate is printed to stdout as the operation proceeds. (Otherwise, there is no output from the command.)
# PKCS12Export -debug -d /var/lib/pki-ca/alias -p dbpwd.txt -w p12pwd.txt -o master.p12 PKCS12Export debug: The directory for certdb/keydb is . PKCS12Export debug: The password file for keydb is dbpwd.txt PKCS12Export debug: Number of user certificates = 5 PKCS12Export debug: Certificate nickname = ocspSigningCert cert-ca PKCS12Export debug: Private key is not null PKCS12Export debug: Certificate nickname = subsystemCert cert-ca PKCS12Export debug: Private key is not null PKCS12Export debug: Certificate nickname = caSigningCert cert-ca PKCS12Export debug: Private key is not null PKCS12Export debug: Certificate nickname = Server-Cert cert-ca PKCS12Export debug: Private key is not null PKCS12Export debug: Certificate nickname = auditSigningCert cert-ca PKCS12Export debug: Private key is not null