View source: R/acm_operations.R
acm_get_certificate | R Documentation |
Retrieves a certificate and its certificate chain. The certificate may be either a public or private certificate issued using the ACM request_certificate
action, or a certificate imported into ACM using the import_certificate
action. 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.
acm_get_certificate(CertificateArn)
CertificateArn |
[required] String that contains a certificate ARN in the following format:
For more information about ARNs, see Amazon Resource Names (ARNs). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.