|
|
| |
OpenXPKI::Crypto::Backend::OpenSSL::Command::pkcs7_get_chain(3) |
User Contributed Perl Documentation |
OpenXPKI::Crypto::Backend::OpenSSL::Command::pkcs7_get_chain(3) |
OpenXPKI::Crypto::Backend::OpenSSL::Command::pkcs7_get_chain
- PKCS7 (a signature)
- NOCHAIN
- NOSORT
returns false (chain verification is not a secret)
Returns an array ref holding the PEM-encoded certificates where the first item
is the entity certificate followed by the issuers in order. Certificates from
the bundle that are not required to build the chain are not part of the
result.
If NOCHAIN is set, returns only the entity as string.
If NOSORT is set, all certificates are returned as extraced from
the bundle without any additional sorting or filtering applied.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |