-
Notifications
You must be signed in to change notification settings - Fork 137
PROFILE_CERT_REQUEST Audit Event
Endi S. Dewata edited this page May 31, 2023
·
3 revisions
The PROFILE_CERT_REQUEST
audit event is generated when a profile certificate request is made (before approval process).
Properties:
-
SubjectID
must be the UID of user that triggered this event (if CMC enrollment requests signed by an agent,SubjectID
should be that of the agent) -
CertSubject
must be the certificate subject name of the certificate request -
ReqID
must be the certificate request ID -
ProfileID
must be one of the certificate profiles defined by the administrator
Use PKI CLI to submit certificate request:
$ pki client-cert-request UID=testuser
The server will generate the following events:
[AuditEvent=PROFILE_CERT_REQUEST][SubjectID=$NonRoleUser$][Outcome=Success][ReqI D=7][ProfileID=caUserCert][CertSubject=UID=testuser] certificate request made wi th certificate profiles
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |