CertificateAuthorityCertificateAuthorityConfiguration

Constructors

constructor(keyAlgorithm: String, signingAlgorithm: String, subject: CertificateAuthorityCertificateAuthorityConfigurationSubject)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Type of the public key algorithm and size, in bits, of the key pair that your key pair creates when it issues a certificate. Valid values can be found in the ACM PCA Documentation.

Link copied to clipboard

Name of the algorithm your private CA uses to sign certificate requests. Valid values can be found in the ACM PCA Documentation.

Link copied to clipboard

Nested argument that contains X.500 distinguished name information. At least one nested attribute must be specified.