添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
狂野的麦片  ·  Android ...·  1 月前    · 
温暖的梨子  ·  知乎日报 - 知乎·  3 月前    · 
另类的木瓜  ·  函数返回从socket.on ...·  4 月前    · 
CertificateAuthorityConfiguration - AWS Private Certificate Authority

CertificateAuthorityConfiguration

Contains configuration information for your private certificate authority (CA). This includes information about the class of public key algorithm and the key pair that your private CA creates when it issues a certificate. It also includes the signature algorithm that it uses when issuing certificates, and its X.500 distinguished name. You must specify this information when you call the CreateCertificateAuthority action.

Contents

Type of the public key algorithm and size, in bits, of the key pair that your CA creates when it issues a certificate. When you create a subordinate CA, you must use a key algorithm supported by the parent CA.

Type: String

Valid Values: RSA_2048 | RSA_4096 | EC_prime256v1 | EC_secp384r1

Required: Yes

Name of the algorithm your private CA uses to sign certificate requests.

This parameter should not be confused with the SigningAlgorithm parameter used to sign certificates when they are issued.

Type: String

Valid Values: SHA256WITHECDSA | SHA384WITHECDSA | SHA512WITHECDSA | SHA256WITHRSA | SHA384WITHRSA | SHA512WITHRSA

Required: Yes

Structure that contains X.500 distinguished name information for your private

Type: ASN1Subject object

Required: Yes

Specifies information to be added to the extension section of the certificate signing request (CSR).

Type: CsrExtensions object

Required: No

See Also

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