Question 223:
You work in a large organization as an AWS engineer. You create a private Certificate Authority in ACM which is used by multiple teams. The certificates issued from the private CA are for different entities such as web servers, VPN users and internal API endpoints. You need to quickly manage these certificates and get the details including the ARN, subject name and expiration date. Which of the below options is the easiest one?
Answer options:
A.Create a shell script to use AWS CLI acm-pca list-certificates to get the required certificate information for this particular private CA.B.In the AWS ACM console, you can easily get the certificates’ details for each private Certificate Authority. Make sure the IAM user has the list-certificates permissions. C.Edit a Python script to use Boto3 to retrieve the certificate details including the subject name, expiration date, etc. D.Create an audit report to list all of the certificates that the private CA has issued or revoked. Download the JSON-formatted report from the S3 bucket.