|
|
| |
OpenXPKI::Crypto::Backend::OpenSSL::Command::create_pkcs12(3) |
User Contributed Perl Documentation |
OpenXPKI::Crypto::Backend::OpenSSL::Command::create_pkcs12(3) |
OpenXPKI::Crypto::Backend::OpenSSL::Command::create_pkcs12
Only the engine is optional all other parameters must be present. This function
was only designed for normal certificates. They are not designed for the
tokens themselves.
- KEY
- ENGINE_USAGE
- PASSWD
- CERT
- PKCS12_PASSWD (optional)
If you do not specify this option then we use PASSWD to
encrypt the new PKCS#12 file. To export the key without password, you
must explicitly set NOPASSWD to 1.
- NOPASSWD (optional)
- KEY_PBE, CERT_PBE, CSP (optional)
Passed as is to the openssl options with the same name.
returns the newly created PKCS#12 container
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |