acm_get_certificate {paws.security.identity} | R Documentation |
Retrieves an Amazon-issued certificate and its certificate chain
Description
Retrieves an Amazon-issued certificate and its certificate chain. The chain consists of the certificate of the issuing CA and the intermediate certificates of any other subordinate CAs. All of the certificates are base64 encoded. You can use OpenSSL to decode the certificates and inspect individual fields.
See https://www.paws-r-sdk.com/docs/acm_get_certificate/ for full documentation.
Usage
acm_get_certificate(CertificateArn)
Arguments
CertificateArn |
[required] String that contains a certificate ARN in the following format:
For more information about ARNs, see Amazon Resource Names (ARNs). |
[Package paws.security.identity version 0.6.1 Index]