|
|
| |
OpenXPKI::Crypto::Backend::OpenSSL::Command::create_pkcs10(3) |
User Contributed Perl Documentation |
OpenXPKI::Crypto::Backend::OpenSSL::Command::create_pkcs10(3) |
OpenXPKI::Crypto::Backend::OpenSSL::Command::create_pkcs10
If you want to create a csr for the used engine then you have only to specify
the SUBJECT and the CONFIG.
If you want to create a normal CSR then you must specify at
minimum a KEY and a PASSWD. If you want to use the engine then you must use
ENGINE_USAGE ::= ALWAYS||PRIV_KEY_OPS too.
- SUBJECT
- KEY
- ENGINE_USAGE
- PASSWD
Returns true if the request is created for the engine's key. Otherwise returns
false.
Returns the newly created PEM encoded PKCS#10 key.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |