GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
OpenXPKI::Server::Workflow::Activity::Tools::CRLExport(3) User Contributed Perl Documentation OpenXPKI::Server::Workflow::Activity::Tools::CRLExport(3)

OpenXPKI::Server::Workflow::Activity::Tools::CRLExport

Export CRL to the context, can use a CRL by its serial number or get the latest one for a given issuer.

Export format is PEM/DER encoded CRL or metadata.

crl_serial
The crl serial number (database key) to export
issuer_identifier
Determine the latest CRL for this issuer, mutually exclusive to crl_serial
crl_profile
Export a crl that has a profile assigned, must also be given when using crl_serial on such a crl!
format
PEM
Export the CRL in PEM encoding to the given target_key
DER
Export the CRL as binary data (DER) to the given target_key, the target key must start with an underscore (volatile context item).
HASH
Write the metadata from the crl table into mulitple context items, the prefix can be set with prefix, the default is crl_.

Items populated:

crl_serial
crl_number
${prefix}items
${prefix}last_update, ${prefix}next_update, ${prefix}publication_date
The date from the CRL as epoch (integer).
target_key, optional
The context key to write the result to, default is crl_export.
prefix
Prefix to add to the context keys for format HASH. Default is crl_.
2022-05-14 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.