String certificateArn
String that contains the ARN of the ACM certificate to which the tag is to be applied. This must be of the form:
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
List<E> tags
The key-value pair that defines the tag. The tag value is optional.
String certificateArn
The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
String domainName
The fully qualified domain name for the certificate, such as www.example.com or example.com.
List<E> subjectAlternativeNames
One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.
List<E> domainValidationOptions
Contains information about the initial validation of each domain name that occurs as a result of the
RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED
.
String serial
The serial number of the certificate.
String subject
The name of the entity that is associated with the public key contained in the certificate.
String issuer
The name of the certificate authority that issued and signed the certificate.
Date createdAt
The time at which the certificate was requested. This value exists only when the certificate type is
AMAZON_ISSUED.
Date issuedAt
The time at which the certificate was issued. This value exists only when the certificate type is
AMAZON_ISSUED.
Date importedAt
The date and time at which the certificate was imported. This value exists only when the certificate type is
IMPORTED.
String status
The status of the certificate.
Date revokedAt
The time at which the certificate was revoked. This value exists only when the certificate status is
REVOKED.
String revocationReason
The reason the certificate was revoked. This value exists only when the certificate status is
REVOKED.
Date notBefore
The time before which the certificate is not valid.
Date notAfter
The time after which the certificate is not valid.
String keyAlgorithm
The algorithm that was used to generate the public-private key pair.
String signatureAlgorithm
The algorithm that was used to sign the certificate.
List<E> inUseBy
A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.
String failureReason
The reason the certificate request failed. This value exists only when the certificate status is
FAILED. For more information, see Certificate
Request Failed in the AWS Certificate Manager User Guide.
String type
The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED. For
certificates that you imported with ImportCertificate, this value is IMPORTED. ACM does not
provide managed renewal for
imported certificates. For more information about the differences between certificates that you import and those
that ACM provides, see Importing Certificates in the
AWS Certificate Manager User Guide.
RenewalSummary renewalSummary
Contains information about the status of ACM's managed renewal for the certificate.
This field exists only when the certificate type is AMAZON_ISSUED.
List<E> keyUsages
A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.
List<E> extendedKeyUsages
Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).
String certificateAuthorityArn
The Amazon Resource Name (ARN) of the ACM PCA private certificate authority (CA) that issued the certificate. This has the following format:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
String renewalEligibility
Specifies whether the certificate is eligible for renewal. At this time, only exported private certificates can be renewed with the RenewCertificate command.
CertificateOptions options
Value that specifies whether to add the certificate to a transparency log. Certificate transparency makes it possible to detect SSL certificates that have been mistakenly or maliciously issued. A browser might respond to certificate that has not been logged by showing an error message. The logs are cryptographically secure.
String certificateTransparencyLoggingPreference
You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by
specifying ENABLED.
String certificateArn
Amazon Resource Name (ARN) of the certificate. This is of the form:
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
String domainName
Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.
String certificateArn
String that contains the ARN of the ACM certificate to be deleted. This must be of the form:
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
String certificateArn
The Amazon Resource Name (ARN) of the ACM certificate. The ARN must have the following form:
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
CertificateDetail certificate
Metadata about an ACM certificate.
String domainName
A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or
example.com.
List<E> validationEmails
A list of email addresses that ACM used to send domain validation emails.
String validationDomain
The domain name that ACM used to send domain validation emails.
String validationStatus
The validation status of the domain name. This can be one of the following values:
PENDING_VALIDATION
SUCCESS
FAILED
ResourceRecord resourceRecord
Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.
Note: The CNAME information that you need does not include the name of your domain. If you include your domain name in the DNS database CNAME record, validation fails. For example, if the name is "_a79865eb4cd1a6ab990a45779b4e0b96.yourdomain.com", only "_a79865eb4cd1a6ab990a45779b4e0b96" must be used.
String validationMethod
Specifies the domain validation method.
String domainName
A fully qualified domain name (FQDN) in the certificate request.
String validationDomain
The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the
email addresses that you want ACM to use. This must be the same as the DomainName value or a
superdomain of the DomainName value. For example, if you request a certificate for
testing.example.com, you can specify example.com for this value. In that case, ACM
sends domain validation emails to the following five addresses:
admin@example.com
administrator@example.com
hostmaster@example.com
postmaster@example.com
webmaster@example.com
String certificateArn
An Amazon Resource Name (ARN) of the issued certificate. This must be of the form:
arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012
ByteBuffer passphrase
Passphrase to associate with the encrypted exported private key. If you want to later decrypt the private key, you must have the passphrase. You can use the following OpenSSL command to decrypt a private key:
openssl rsa -in encrypted_key.pem -out decrypted_key.pem
String certificate
The base64 PEM-encoded certificate.
String certificateChain
The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.
String privateKey
The encrypted private key associated with the public key in the certificate. The key is output in PKCS #8 format and is base64 PEM-encoded.
String name
The name of an Extended Key Usage value.
String oID
An object identifier (OID) for the extension value. OIDs are strings of numbers separated by periods. The following OIDs are defined in RFC 3280 and RFC 5280.
1.3.6.1.5.5.7.3.1 (TLS_WEB_SERVER_AUTHENTICATION)
1.3.6.1.5.5.7.3.2 (TLS_WEB_CLIENT_AUTHENTICATION)
1.3.6.1.5.5.7.3.3 (CODE_SIGNING)
1.3.6.1.5.5.7.3.4 (EMAIL_PROTECTION)
1.3.6.1.5.5.7.3.8 (TIME_STAMPING)
1.3.6.1.5.5.7.3.9 (OCSP_SIGNING)
1.3.6.1.5.5.7.3.5 (IPSEC_END_SYSTEM)
1.3.6.1.5.5.7.3.6 (IPSEC_TUNNEL)
1.3.6.1.5.5.7.3.7 (IPSEC_USER)
List<E> extendedKeyUsage
Specify one or more ExtendedKeyUsage extension values.
List<E> keyUsage
Specify one or more KeyUsage extension values.
List<E> keyTypes
Specify one or more algorithms that can be used to generate key pairs.
Default filtering returns only RSA_2048 certificates. To return other certificate types, provide the
desired type signatures in a comma-separated list. For example, "keyTypes": ["RSA_2048,RSA_4096"]
returns both RSA_2048 and RSA_4096 certificates.
String certificateArn
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) and AWS Service Namespaces.
String certificate
The ACM-issued certificate corresponding to the ARN specified as input.
String certificateChain
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.
String certificateArn
The Amazon Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this field.
ByteBuffer certificate
The certificate to import.
ByteBuffer privateKey
The private key that matches the public key in the certificate.
ByteBuffer certificateChain
The PEM encoded certificate chain.
List<E> tags
One or more resource tags to associate with the imported certificate.
Note: You cannot apply tags when reimporting a certificate.
String certificateArn
The Amazon Resource Name (ARN) of the imported certificate.
String name
A string value that contains a Key Usage extension name.
List<E> certificateStatuses
Filter the certificate list by status value.
Filters includes
Filter the certificate list. For more information, see the Filters structure.
String nextToken
Use this parameter only when paginating results and only in a subsequent request after you receive a response
with truncated results. Set it to the value of NextToken from the response you just received.
Integer maxItems
Use this parameter when paginating results to specify the maximum number of items to return in the response. If
additional items exist beyond the number you specify, the NextToken element is sent in the response.
Use this NextToken value in a subsequent request to retrieve additional items.
String certificateArn
String that contains the ARN of the ACM certificate for which you want to list the tags. This must have the following form:
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
String certificateArn
String that contains the ARN of the ACM Certificate with one or more tags that you want to remove. This must be of the form:
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
List<E> tags
The key-value pair that defines the tag to remove.
String renewalStatus
The status of ACM's managed renewal of the certificate.
List<E> domainValidationOptions
Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different
from the initial validation that occurs as a result of the RequestCertificate request. This field exists
only when the certificate type is AMAZON_ISSUED.
String renewalStatusReason
The reason that a renewal request was unsuccessful.
Date updatedAt
The time at which the renewal summary was last updated.
String certificateArn
String that contains the ARN of the ACM certificate to be renewed. This must be of the form:
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
String domainName
Fully qualified domain name (FQDN), such as www.example.com, that you want to secure with an ACM certificate. Use an asterisk (*) to create a wildcard certificate that protects several sites in the same domain. For example, *.example.com protects www.example.com, site.example.com, and images.example.com.
The first domain name you enter cannot exceed 64 octets, including periods. Each subsequent Subject Alternative Name (SAN), however, can be up to 253 octets in length.
String validationMethod
The method you want to use if you are requesting a public certificate to validate that you own or control domain. You can validate with DNS or validate with email. We recommend that you use DNS validation.
List<E> subjectAlternativeNames
Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate. For example,
add the name www.example.net to a certificate for which the DomainName field is www.example.com if
users can reach your site by using either name. The maximum number of domain names that you can add to an ACM
certificate is 100. However, the initial quota is 10 domain names. If you need more than 10 names, you must
request a quota increase. For more information, see Quotas.
The maximum length of a SAN DNS name is 253 octets. The name is made up of multiple labels separated by periods. No label can be longer than 63 octets. Consider the following examples:
(63 octets).(63 octets).(63 octets).(61 octets) is legal because the total length is 253 octets
(63+1+63+1+63+1+61) and no label exceeds 63 octets.
(64 octets).(63 octets).(63 octets).(61 octets) is not legal because the total length exceeds 253
octets (64+1+63+1+63+1+61) and the first label exceeds 63 octets.
(63 octets).(63 octets).(63 octets).(62 octets) is not legal because the total length of the DNS
name (63+1+63+1+63+1+62) exceeds 253 octets.
String idempotencyToken
Customer chosen string that can be used to distinguish between calls to RequestCertificate.
Idempotency tokens time out after one hour. Therefore, if you call RequestCertificate multiple times
with the same idempotency token within one hour, ACM recognizes that you are requesting only one certificate and
will issue only one. If you change the idempotency token for each call, ACM recognizes that you are requesting
multiple certificates.
List<E> domainValidationOptions
The domain name that you want ACM to use to send you emails so that you can validate domain ownership.
CertificateOptions options
Currently, you can use this parameter to specify whether to add the certificate to a certificate transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser. For more information, see Opting Out of Certificate Transparency Logging.
String certificateAuthorityArn
The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. If you do not provide an ARN and you are trying to request a private certificate, ACM will attempt to issue a public certificate. For more information about private CAs, see the AWS Certificate Manager Private Certificate Authority (PCA) user guide. The ARN must have the following form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
List<E> tags
One or more resource tags to associate with the certificate.
String certificateArn
String that contains the ARN of the issued certificate. This must be of the form:
arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012
String certificateArn
String that contains the ARN of the requested certificate. The certificate ARN is generated and returned by the RequestCertificate action as soon as the request is made. By default, using this parameter causes email to be sent to all top-level domains you specified in the certificate request. The ARN must be of the form:
arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012
String domain
The fully qualified domain name (FQDN) of the certificate that needs to be validated.
String validationDomain
The base validation domain that will act as the suffix of the email addresses that are used to send the emails.
This must be the same as the Domain value or a superdomain of the Domain value. For
example, if you requested a certificate for site.subdomain.example.com and specify a
ValidationDomain of subdomain.example.com, ACM sends email to the domain registrant,
technical contact, and administrative contact in WHOIS and the following five addresses:
admin@subdomain.example.com
administrator@subdomain.example.com
hostmaster@subdomain.example.com
postmaster@subdomain.example.com
webmaster@subdomain.example.com
String certificateArn
ARN of the requested certificate to update. This must be of the form:
arn:aws:acm:us-east-1:account:certificate/12345678-1234-1234-1234-123456789012
CertificateOptions options
Use to update the options for your certificate. Currently, you can specify whether to add your certificate to a transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser.
Copyright © 2021. All rights reserved.