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.