View source: R/acmpca_operations.R
acmpca_update_certificate_authority | R Documentation |
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.
acmpca_update_certificate_authority(
CertificateAuthorityArn,
RevocationConfiguration = NULL,
Status = NULL
)
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 Online Certificate Status Protocol (OCSP) support, to enable a certificate revocation list (CRL), to enable both, or to enable neither. If this parameter is not supplied, existing capibilites remain unchanged. For more information, see the OcspConfiguration and CrlConfiguration types. The following requirements apply to revocation configurations.
|
Status |
Status of your private CA. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.