If you’ve imported or created a SSL certificate via AWS Certificate Manager, here’s the CLI to display a list of certificates.

<pre lang="bash">
aws acm list-certificates

Once you have the arn, you can describe certificate. Get the arn from the output above.

<pre lang="bash">
aws acm describe-certificate --certificate-arn arn-xxxxxxxxxxxxxxxxxx