Smaws_Client_ACM.GetCertificate
val request :
Smaws_Lib.Context.t ->
get_certificate_request ->
(get_certificate_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidArnException of invalid_arn_exception
| `RequestInProgressException of request_in_progress_exception
| `ResourceNotFoundException of resource_not_found_exception ])
Stdlib.result
Retrieves an Amazon-issued certificate and its certificate chain. The chain consists of the certificate of the issuing CA and the intermediate certificates of any other subordinate CAs. All of the certificates are base64 encoded. You can use OpenSSL to decode the certificates and inspect individual fields.