acmpca_update_certificate_authority {paws.security.identity} | R Documentation |
Updates the status or configuration of a private certificate authority (CA)
Description
Updates the status or configuration of a private certificate authority (CA). Your private CA must be in the ACTIVE
or DISABLED
state before you can update it. You can disable a private CA that is in the ACTIVE
state or make a CA that is in the DISABLED
state active again.
See https://www.paws-r-sdk.com/docs/acmpca_update_certificate_authority/ for full documentation.
Usage
acmpca_update_certificate_authority(
CertificateAuthorityArn,
RevocationConfiguration = NULL,
Status = NULL
)
Arguments
CertificateAuthorityArn |
[required] Amazon Resource Name (ARN) of the private CA that issued the certificate to be revoked. This must be of the form:
|
RevocationConfiguration |
Contains information to enable support for Online Certificate Status Protocol (OCSP), certificate revocation list (CRL), both protocols, or neither. If you don't supply this parameter, existing capibilites remain unchanged. For more information, see the OcspConfiguration and CrlConfiguration types. The following requirements apply to revocation configurations.
If you update the |
Status |
Status of your private CA. |