-password arg
With -export, -password is equivalent to -passout. Otherwise, -password is equivalent to -passin.
-noout
this option inhibits output of the keys and certificates to the output file version of the PKCS#12 file.
-clcerts
only output client certificates (not CA certificates).
-cacerts
only output CA certificates (not client certificates).
-nocerts
no certificates at all will be output.
-nokeys
no private keys will be output.
-info
output additional information about the PKCS#12 file structure, algorithms used and iteration counts.
-des
use DES to encrypt private keys before outputting.
-des3
use triple DES to encrypt private keys before outputting, this is the default.
-idea
use IDEA to encrypt private keys before outputting.
-aes128, -aes192, -aes256
use AES to encrypt private keys before outputting.
-camellia128, -camellia192, -camellia256
use Camellia to encrypt private keys before outputting.
-nodes
don't encrypt the private keys at all.
-nomacver
don't attempt to verify the integrity MAC before reading the file.
-twopass
prompt for separate integrity and encryption passwords: most software always assumes these are the same so this option will render such PKCS#12 files unreadable.