Extensions - AWS Private Certificate Authority

Extensions

Contains X.509 extension information for a certificate.

Contents

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.

Type: Array of PolicyInformation objects

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Required: No

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.

Type: Array of CustomExtension objects

Array Members: Minimum number of 1 item. Maximum number of 150 items.

Required: No

ExtendedKeyUsage

Specifies additional purposes for which the certified public key may be used other than basic purposes indicated in the KeyUsage extension.

Type: Array of ExtendedKeyUsage objects

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Required: No

KeyUsage

Defines one or more purposes for which the key contained in the certificate can be used. Default value for each option is false.

Type: KeyUsage object

Required: No

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.

Type: Array of GeneralName objects

Array Members: Minimum number of 1 item. Maximum number of 150 items.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: