Values_0.CertificateSourceInformation about a certificate.
type nonrec t = {certificateArn : CertificateArn.t option;The ARN of the certificate.
*)certificateId : CertificateId.t option;The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)
*)status : CertificateStatus.t option;The status of the certificate. The status value REGISTER_INACTIVE is deprecated and should not be used.
*)certificateMode : CertificateMode.t option;The mode of the certificate. DEFAULT: A certificate in DEFAULT mode is either generated by Amazon Web Services IoT Core or registered with an issuer certificate authority (CA) in DEFAULT mode. Devices with certificates in DEFAULT mode aren't required to send the Server Name Indication (SNI) extension when connecting to Amazon Web Services IoT Core. However, to use features such as custom domains and VPC endpoints, we recommend that you use the SNI extension when connecting to Amazon Web Services IoT Core. SNI_ONLY: A certificate in SNI_ONLY mode is registered without an issuer CA. Devices with certificates in SNI_ONLY mode must send the SNI extension when connecting to Amazon Web Services IoT Core.
*)creationDate : DateType.t option;The date and time the certificate was created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of CertificateArn.t
| `Timestamp of DateType.t ])
list ]