Imports the certificate revocation list (CRL)
Source:R/iamrolesanywhere_operations.R
iamrolesanywhere_import_crl.RdImports 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.
Arguments
- name
[required] The name of the certificate revocation list (CRL).
- crlData
[required] The x509 v3 specified certificate revocation list (CRL).
- enabled
Specifies whether the certificate revocation list (CRL) is enabled.
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.