Hi looking at the documentation I see the following fields for send success:
- transactionId - The SCEP Transaction ID
- certificateRequest - DER-encoded PKCS # 10 Certificate Request Base64 encoded as a string
- certThumprint - SHA1 hash of the thumbprint of the provisioned certificate
- certSerialNumber - Serial number of the provisioned certificate
- certExpirationDate - Expiration date of the provisioned certificate. The date time string should be formatted as web UTC time (YYYY-MM-DDThh:mm:ss.sssTZD) ISO 8601.
- certIssuingAuthority - Name of the authority that issued the certificate
However, looking at the example I see the extra fields of "caConfiguration" and "certificateAuthority". What are these values supposed to be?
Hi looking at the documentation I see the following fields for send success:
However, looking at the example I see the extra fields of "caConfiguration" and "certificateAuthority". What are these values supposed to be?