/AWS1/CL_ACM=>GETCERTIFICATE()
¶
About GetCertificate¶
Retrieves a certificate and its certificate chain. The certificate may be either a public
or private certificate issued using the ACM RequestCertificate
action, or a
certificate imported into ACM using the ImportCertificate
action. 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.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_CERTIFICATEARN
TYPE /AWS1/ACMARN
/AWS1/ACMARN
¶
String that contains a certificate ARN in the following format:
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs).