2.2.5.9.3 CertificateStatus
The CertificateStatus type represents certificate status from the point of view of the domain provider.
-
<xs:simpleType name="CertificateStatus"> <xs:restriction base="xs:string"> <xs:enumeration value="Unknown" /> <xs:enumeration value="Ready" /> <xs:enumeration value="Failed" /> <xs:enumeration value="CertificateRequestNotSubmitted" /> <xs:enumeration value="Pending" /> <xs:enumeration value="PendingCustomerInterventionRequired" /> </xs:restriction> </xs:simpleType>
The following table describes the values for this type.
|
Value |
Description |
|---|---|
|
Unknown |
Certificate status is unknown. |
|
Ready |
Certificate has been successfully provisioned or renewed and is ready for downloading. |
|
Failed |
Certificate request failed. |
|
CertificateRequestNotSubmitted |
Certificate request has not been submitted. |
|
Pending |
Trusted certificate issuance pending; no customer intervention needed. |
|
PendingCustomerInterventionRequired |
Trusted certificate issuance pending; customer intervention needed. |