Values_1.RegisterCertificateWithoutCARequestSourceRegister a certificate that does not have a certificate authority (CA). For supported certificates, consult Certificate signing algorithms supported by IoT.
type nonrec t = {certificatePem : Values_0.CertificatePem.t;The certificate data, in PEM format.
*)status : Values_0.CertificateStatus.t option;The status of the register certificate request.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.CertificatePem.t ])
list ]