CertificateAuthority

Contains information about your private certificate authority (CA). Your private CA can issue and revoke X.509 digital certificates. Digital certificates verify that the entity named in the certificate Subject field owns or controls the public key contained in the Subject Public Key Info field. Call the CreateCertificateAuthority action to create your private CA. You must then call the GetCertificateAuthorityCertificate action to retrieve a private CA certificate signing request (CSR). Sign the CSR with your Amazon Web Services Private CA-hosted or on-premises root or subordinate CA certificate. Call the ImportCertificateAuthorityCertificate action to import the signed certificate into Certificate Manager (ACM).

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

Amazon Resource Name (ARN) for your private certificate authority (CA). The format is <i>12345678-1234-1234-1234-123456789012</i> .

Link copied to clipboard

Date and time at which your private CA was created.

Link copied to clipboard

Reason the request to create your private CA failed.

Link copied to clipboard

Defines a cryptographic key management compliance standard used for handling CA keys.

Link copied to clipboard

Date and time at which your private CA was last updated.

Link copied to clipboard

Date and time after which your private CA certificate is not valid.

Link copied to clipboard

Date and time before which your private CA certificate is not valid.

Link copied to clipboard

The Amazon Web Services account ID that owns the certificate authority.

Link copied to clipboard

The period during which a deleted CA can be restored. For more information, see the PermanentDeletionTimeInDays parameter of the DeleteCertificateAuthorityRequest action.

Link copied to clipboard

Information about the Online Certificate Status Protocol (OCSP) configuration or certificate revocation list (CRL) created and maintained by your private CA.

Link copied to clipboard

Serial number of your private CA.

Link copied to clipboard

Status of your private CA.

Link copied to clipboard

Type of your private CA.

Link copied to clipboard

Specifies whether the CA issues general-purpose certificates that typically require a revocation mechanism, or short-lived certificates that may optionally omit revocation because they expire quickly. Short-lived certificate validity is limited to seven days.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String