AWS::ACMPCA::Certificate Extensions
Contains X.509 extension information for a certificate.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CertificatePolicies" :
[ PolicyInformation, ... ]
, "CustomExtensions" :[ CustomExtension, ... ]
, "ExtendedKeyUsage" :[ ExtendedKeyUsage, ... ]
, "KeyUsage" :KeyUsage
, "SubjectAlternativeNames" :[ GeneralName, ... ]
}
YAML
CertificatePolicies:
- PolicyInformation
CustomExtensions:- CustomExtension
ExtendedKeyUsage:- ExtendedKeyUsage
KeyUsage:KeyUsage
SubjectAlternativeNames:- GeneralName
Properties
CertificatePolicies
-
Contains a sequence of one or more policy information terms, each of which consists of an object identifier (OID) and optional qualifiers. For more information, see NIST's definition of Object Identifier (OID)
. In an end-entity certificate, these terms indicate the policy under which the certificate was issued and the purposes for which it may be used. In a CA certificate, these terms limit the set of policies for certification paths that include this certificate.
Required: No
Type: Array of PolicyInformation
Minimum:
1
Maximum:
20
Update requires: Replacement
CustomExtensions
-
Contains a sequence of one or more X.509 extensions, each of which consists of an object identifier (OID), a base64-encoded value, and the critical flag. For more information, see the Global OID reference database.
Required: No
Type: Array of CustomExtension
Minimum:
1
Maximum:
150
Update requires: Replacement
ExtendedKeyUsage
-
Specifies additional purposes for which the certified public key may be used other than basic purposes indicated in the
KeyUsage
extension.Required: No
Type: Array of ExtendedKeyUsage
Minimum:
1
Maximum:
20
Update requires: Replacement
KeyUsage
-
Defines one or more purposes for which the key contained in the certificate can be used. Default value for each option is false.
Required: No
Type: KeyUsage
Update requires: Replacement
SubjectAlternativeNames
-
The subject alternative name extension allows identities to be bound to the subject of the certificate. These identities may be included in addition to or in place of the identity in the subject field of the certificate.
Required: No
Type: Array of GeneralName
Minimum:
1
Maximum:
150
Update requires: Replacement