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

OpenXPKI::Server::Workflow::Activity::CRR::PersistRequest

persists the Certificate Revocation Request into the database, so that it can then be used by the CRL issuance workflow. If the certificate is not in ISSUED state or has already revocation details set, the activity will throw an exception if the requested details do not match the already present data. This can be relaxed by the enforce parameter

By default, those values are read from the context items with the same name. It a key with this name exists in the activity definition, it has precedence over the context value. If a given key has an empty value, the context is not used as fallback.
cert_identifier
reason_code
Must be one of the supported openssl reason codes, default is unspecified
invalidity_time
Epoch to be set as "key compromise time", the default backend uses this only when reason_code is set to keyCompromise.
hold_code
Hold code for revocation reason "onHold" (not supported by the default backend).
revocation_time
Set revocation_time, default is "now". This parameter must be passed as activity param and has no fallback to the context.
enforce (all|reason_code|none)
The default mode depends on the parameters present in context or as action parameters. If revocation_time is set, time and reason_code must match. If no time but reason_code is set, then only the reson_code must match. If neither one is set, the request is always accepted. In case the reason_code is keyCompromise and the invalidity_time is set, it must also match as long as you do not set enforce to none.

If you do not set revocation_time/reason_code but want to stop if revocation data is present, you can enforce the same check level by explicitly setting all or reason_code. In this case the checks are done against the default values.

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.