paws.security.identity (version 0.1.0)

acm_get_certificate: Retrieves a certificate specified by an ARN and its certificate chain

Description

Retrieves a certificate specified by an ARN and its certificate chain . The chain is an ordered list of certificates that contains the end entity certificate, intermediate certificates of subordinate CAs, and the root certificate in that order. The certificate and certificate chain are base64 encoded. If you want to decode the certificate to see the individual fields, you can use OpenSSL.

Usage

acm_get_certificate(CertificateArn)

Arguments

CertificateArn

[required] String that contains a certificate ARN in the following format:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

Request syntax

svc$get_certificate(
  CertificateArn = "string"
)