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::BuildPKCS7CertList(3) User Contributed Perl Documentation OpenXPKI::Server::Workflow::Activity::Tools::BuildPKCS7CertList(3)

OpenXPKI::Server::Workflow::Activity::Tools::BuildPKCS7CertList

Convert a list of certificates into a PKCS7 certificates-only structure.

Certificates can be given directly as PEM blocks or as a list of cert_identifiers. The order of the given lists is preserved, if both parameters are set the PEM blocks will be added to the list first.

A list of PEM blocks to be contained in the PKCS7 structure. can be either an array of strings holding the individual PEM blocks or a single string with the PEM blocks concatenated.
The list of certificate identifiers to be contained in the PKCS7 structure.
Export the PKCS7 structure in PEM encoding to the given target_key
Export the PKCS7 structure as binary data (DER) to the given target_key. Do not export binary data to non-volatile context keys!
The context key to write the result to, default is certificate_export. Note: If you export a key and use a persisted workflow, this will leave the (password protected) key readable in the context forever.
Boolean, if set the output is wrapped by a base64 encoding to avoid raw binary data in context. Only available with format DER or PKCS7DER. Ineffective when a template is set, use the template definition instead.
Boolean, while the order of certificates in the input is preserved, any duplicates found will be removed from the list after their first occurence. If you set this to true, duplicates will appear repeatedly in the output structure.
2025-07-15 perl v5.40.2

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.