|
|
| |
OpenXPKI::Crypto::Backend::OpenSSL::Command::pkcs7_sign(3) |
User Contributed Perl Documentation |
OpenXPKI::Crypto::Backend::OpenSSL::Command::pkcs7_sign(3) |
OpenXPKI::Crypto::Backend::OpenSSL::Command::pkcs7_sign
If you want to create a signature with the used engine/token then you have only
to specify the CONTENT.
If you want to create a normal signature then you must specify at
minimum a CERT, a KEY and a PASSWD. If you want to use the engine then you
must use ENGINE_USAGE ::= ALWAYS||PRIV_KEY_OPS too.
- CONTENT
- ENGINE_USAGE
- CERT
- KEY
- PASSWD
- DETACH (strip off the content from the resulting PKCS#7 structure)
returns the PKCS#7 signature in PEM format
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |