OpenXPKI::Server::Workflow::Activity::CRLIssuance::ImportCRL
This activity can be used to import CRLs into the system. It
should be used for externally controlled realms only.
- data
- Must hold the PEM encoded CRL to import, activity will return without
error if this is empty.
- target_key
- Name of context key to write the serial number of the imported CRL to.
Optional, default is crl_serial.
- profile
- Set thie profile for the imported CRL
- skip_duplicate
- Dont die if the CRL is already in the database
- nosigner
- Export as CRL that is not bound to a ca signer, mainly used for CRL
checking of external trust anchors. The issuer certificate must be in the
database (can be in any realm).