|
|
| |
OpenXPKI::Server::Workflow::Activity::Tools::PrepareRenewal(3) |
User Contributed Perl Documentation |
OpenXPKI::Server::Workflow::Activity::Tools::PrepareRenewal(3) |
OpenXPKI::Server::Workflow::Activity::Tools::PrepareRenewal
This activity sets the relevant context fields used for certificate renwal.
- cert_identifier
- Load information from this certificate.
- renewal_period
- A OpenXPKI::Datetime specification for the renewal period. Used to set the
in_renewal_window return value. The default is 60 days.
- renewal_grace_period
- A OpenXPKI::Datetime specification for the renewal grace period. The grace
period allows the original certificate to be expired for the given period.
If the grace period was used, the
in_renewal_grace_period is set to a true value.
- target_prefix
- If set, the keys cert_profile, cert_subject and cert_subject_alt_name are
prepended by this prefix. Optional, default is empty.
- in_renewal_window
- Boolean, 1 if the notafter date of the renewal certificate is inside the
given validity window or 0 if not.
- in_renewal_grace_period
- Boolean, 1 if the renewal certificate was already expired but the notafter
date was within the given grace_period.
- cert_profile
- The profile of the renewal certiticate.
- cert_subject
- The subject of the renewal certiticate.
- cert_subject_alt_name
- Subject alternative names in array format as required by PersistCSR.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |