v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14159984.9 KB

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 <a href="https://wiki.openssl.org/index.php/Command_Line_Utilities">OpenSSL</a> to decode the certificates and inspect individual fields.

post/#X-Amz-Target=CertificateManager.GetCertificate

Headers

X-Amz-Target'CertificateManager.GetCertificate' required

Request body

CertificateArnstring required
<p>String that contains a certificate ARN in the following format:</p> <p> <code>arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012</code> </p> <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a>.</p>

Response

Success

Certificatestring

The ACM-issued certificate corresponding to the ARN specified as input.

CertificateChainstring

Certificates forming the requested certificate's chain of trust. The chain consists of the certificate of the issuing CA and the intermediate certificates of any other subordinate CAs.