Builder

class Builder

Properties

Link copied to clipboard

Specifies X.509 certificate information to be included in the issued certificate. An APIPassthrough or APICSRPassthrough template variant must be selected, or else this parameter is ignored. For more information about using these templates, see Understanding Certificate Templates.

Link copied to clipboard

The Amazon Resource Name (ARN) that was returned when you called CreateCertificateAuthority. This must be of the form:

Link copied to clipboard

The certificate signing request (CSR) for the certificate you want to issue. As an example, you can use the following OpenSSL command to create the CSR and a 2048 bit RSA private key.

Link copied to clipboard

Alphanumeric string that can be used to distinguish between calls to the IssueCertificate action. Idempotency tokens for IssueCertificate time out after five minutes. Therefore, if you call IssueCertificate multiple times with the same idempotency token within five minutes, Amazon Web Services Private CA recognizes that you are requesting only one certificate and will issue only one. If you change the idempotency token for each call, Amazon Web Services Private CA recognizes that you are requesting multiple certificates.

Link copied to clipboard

The name of the algorithm that will be used to sign the certificate to be issued.

Link copied to clipboard

Specifies a custom configuration template to use when issuing a certificate. If this parameter is not provided, Amazon Web Services Private CA defaults to the EndEntityCertificate/V1 template. For CA certificates, you should choose the shortest path length that meets your needs. The path length is indicated by the PathLenN portion of the ARN, where N is the CA depth.

Link copied to clipboard

Information describing the end of the validity period of the certificate. This parameter sets the “Not After” date for the certificate.

Link copied to clipboard

Information describing the start of the validity period of the certificate. This parameter sets the “Not Before" date for the certificate.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard