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

OpenXPKI::Server::Workflow::Activity::Tools::LoadCertificateMetadata;

Load the metadata assigned to a given certificate into the context.

Set the expected prefix for the keys using the parameter prefix. If no prefix value is given, the default meta is used. Note: the prefix must not end with the underscore, it is appended by the class.

Minimum configuration does not require any parameter and will read the certificate identifier to load from the context value cert_identifier. This given snippet behaves the same as a call without any parameters.

  class: OpenXPKI::Server::Workflow::Activity::Tools::LoadCertificateMetadata
  param:
      _map_cert_identifier: $cert_identifier
      prefix: meta

prefix
A custom prefix to write the metadata to. Note that the activity will not take care of any existing data if the key already exists!
cert_identifier
The identifier of the cert to load, default is the value of the context key cert_identifier.
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.