View source: R/iamrolesanywhere_operations.R
iamrolesanywhere_import_crl | R Documentation |
Imports the certificate revocation list (CRL). A CRL is a list of certificates that have been revoked by the issuing certificate Authority (CA).In order to be properly imported, a CRL must be in PEM format. IAM Roles Anywhere validates against the CRL before issuing credentials.
See https://www.paws-r-sdk.com/docs/iamrolesanywhere_import_crl/ for full documentation.
iamrolesanywhere_import_crl(
crlData,
enabled = NULL,
name,
tags = NULL,
trustAnchorArn
)
crlData |
[required] The x509 v3 specified certificate revocation list (CRL). |
enabled |
Specifies whether the certificate revocation list (CRL) is enabled. |
name |
[required] The name of the certificate revocation list (CRL). |
tags |
A list of tags to attach to the certificate revocation list (CRL). |
trustAnchorArn |
[required] The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.