View source: R/acmpca_operations.R
acmpca_delete_certificate_authority | R Documentation |
Deletes a private certificate authority (CA). You must provide the Amazon Resource Name (ARN) of the private CA that you want to delete. You can find the ARN by calling the list_certificate_authorities
action.
See https://www.paws-r-sdk.com/docs/acmpca_delete_certificate_authority/ for full documentation.
acmpca_delete_certificate_authority(
CertificateAuthorityArn,
PermanentDeletionTimeInDays = NULL
)
CertificateAuthorityArn |
[required] The Amazon Resource Name (ARN) that was returned when you called
|
PermanentDeletionTimeInDays |
The number of days to make a CA restorable after it has been deleted. This can be anywhere from 7 to 30 days, with 30 being the default. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.