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::NICE::Role::RevokeCertificate(3) User Contributed Perl Documentation OpenXPKI::Server::NICE::Role::RevokeCertificate(3)

OpenXPKI::Server::NICE::Role::RevokeCertificate

use_revocation_id

Boolean, activate the revocation_id feature. Deprecated

no_pending_state

Boolean, if set to true the certificate status is directly set to 'REVOKED' instead of 'CRL_ISSUANCE_PENDING'. Note that this disables the option to rebuild a CRL when new revocations are due based on the certificate status.

revokeCertificate

Set the certificate status and revocation details to mark a certificate as revoked. Identifier is mandatory, others are optional, times must be given as epoch. Defaults are given in brackets.

Returns undef if the certificate was NOT found revoked after database update. If use_revocation_id is set, returns a hash with revocation_id set, otherwise returns a literal 1.

checkForRevocation

Check if a certificate is marked revoked.

Returns 0 if the certificate is not revoked.

Returns the revocation_id if this feature is active. Otherwise returns a literal '1'.

2025-07-15 perl v5.40.2

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.