Certificate Signing Record (signingService-CertificateSigningRecord)

This component represents an individual signing record associated with a requesting component. It encapsulates the status of the signing request and the status of the certificate.

Each record displays the certificate itself, the metadata captured during onboarding to the Signing Service for identification, and various date/times key to the certificate’s lifecycle.

Image

Property Value Description
Requester Id read-only Displays a unique Id that identifies the requesting component.
Request State read-only Displays the status of the request (Pending, Rejected, Complete)
Certificate State read-only Displays the status of the certificate (None,Active, In Grace Period, Expired)
Message read-only Displays message to identify reason for rejection or failure to onboard.
Metadata read-only Displays extra details regarding the requester from the onboarding process, including station name and name of the user who submitted the request.
Certificate read-only Displays the certificate distinguished name.
Certificate Validity Range read-only Specifies the not-before and not-after times for the signed certificate.
Request Submitted Time read-only Specifies the time at which the CSR was submitted to the signing service.
Last Rejection Time read-only Specifies the time at which the CSR last failed to be fulfilled.
Auto Removal Time read-only Specifies the time at which the record will automatically be removed.

The status workflow is as follows:

Image