You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ACMPCA::Types::CertificateAuthority

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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 ACM Private CA-hosted or on-premises root or subordinate CA certificate. Call the ImportCertificateAuthorityCertificate action to import the signed certificate into AWS Certificate Manager (ACM).

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)

    Amazon Resource Name (ARN) for your private certificate authority (CA).

#certificate_authority_configurationTypes::CertificateAuthorityConfiguration

Your private CA configuration.

Returns:

#created_atTime

Date and time at which your private CA was created.

Returns:

  • (Time)

    Date and time at which your private CA was created.

#failure_reasonString

Reason the request to create your private CA failed.

Possible values:

  • REQUEST_TIMED_OUT
  • UNSUPPORTED_ALGORITHM
  • OTHER

Returns:

  • (String)

    Reason the request to create your private CA failed.

#last_state_change_atTime

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

Returns:

  • (Time)

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

#not_afterTime

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

Returns:

  • (Time)

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

#not_beforeTime

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

Returns:

  • (Time)

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

#owner_accountString

The AWS account ID that owns the certificate authority.

Returns:

  • (String)

    The AWS account ID that owns the certificate authority.

#restorable_untilTime

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

Returns:

  • (Time)

    The period during which a deleted CA can be restored.

#revocation_configurationTypes::RevocationConfiguration

Information about the certificate revocation list (CRL) created and maintained by your private CA.

Returns:

#serialString

Serial number of your private CA.

Returns:

  • (String)

    Serial number of your private CA.

#statusString

Status of your private CA.

Possible values:

  • CREATING
  • PENDING_CERTIFICATE
  • ACTIVE
  • DELETED
  • DISABLED
  • EXPIRED
  • FAILED

Returns:

  • (String)

    Status of your private CA.

#typeString

Type of your private CA.

Possible values:

  • ROOT
  • SUBORDINATE

Returns:

  • (String)

    Type of your private CA.