-
Notifications
You must be signed in to change notification settings - Fork 137
DELTA_CRL_GENERATION Audit Event
Endi S. Dewata edited this page May 31, 2023
·
3 revisions
Since version 10.4.x CA will generate a DELTA_CRL_GENERATION
event when the delta CRL generation is complete.
Enable delta CRL, use the Web UI to update the CRL. The server will generate the following event when the delta CRL generation is complete:
[AuditEvent=DELTA_CRL_GENERATION][SubjectID=$System$][Outcome=Success][CRLnum=<C RL number>] Delta CRL generation
If noCRLIfNoRevokedCert
is true and there is no revoked certificates, the server will generate the following event:
[AuditEvent=DELTA_CRL_GENERATION][SubjectID=$System$][Outcome=Success][Info=No R evoked Certificates] Delta CRL generation
If the delta CRL generation fails, the server will generate an event with the failure reason:
[AuditEvent=DELTA_CRL_GENERATION][SubjectID=$System$][Outcome=Failure][FailureRe ason=<reason>] Delta CRL generation
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |