ACM Certificate
This page provides an overview of the basics of AWS Certificate Manager (ACM) Certificate.
Resource Type
AWS.ACM.Certificate
Resource ID Format
For ACM Certificates, the resource ID is the ARN as shown here:
arn:aws:acm:us-east-1:123456789012:certificate/12345678-12ab-34cd-56ef-12345678
Background
The ACM Certificate resource represents public SSL/TLS certificates on your AWS based websites and applications.
Fields
The following table describes the Fields you can use:
Field | Type | Description |
|
| The Amazon Resource Name to the Private CA |
|
| Fully qualified domain name (FQDN), such as www.example.com, that you want to secure with an ACM certificate. |
|
| Validation information of each domain name that occurs as a result of the |
|
| The Extended Key Usage X.509 v3 extension defines one or more purposes for which the public key can be used. This is in addition to or in place of the basic purposes specified by the Key Usage extension |
|
| The reason the certificate request failed |
|
| A list of ARNs for the Amazon Web Services resources that are using the certificate |
|
| The time at which the certificate was issued. This value exists only when the certificate type is AMAZON_ISSUED |
|
| The name of the certificate authority that issued and signed the certificate |
|
| The algorithm that was used to generate the public-private key pair. |
|
| The Key Usage X.509 v3 extension defines the purpose of the public key contained in the certificate |
|
| The time after which the certificate is not valid |
|
| The time before which the certificate is not valid |
|
| Value that specifies whether to add the certificate to a transparency log |
|
| Specifies whether the certificate is eligible for renewal |
|
| Contains information about the status of ACM's managed renewal for the certificate |
|
| The reason the certificate was revoked |
|
| The time at which the certificate was revoked |
|
| The serial number of the certificate |
|
| The algorithm that was used to sign the certificate |
|
| The status of the certificate |
|
| The name of the entity that is associated with the public key contained in the certificate |
|
| One or more domain names (subject alternative names) included in the certificate |
|
| The source of the certificate |
Example
References
Last updated