A company is creating a REST API. The company has strict requirements for the use of TLS. The company requires TLSv1.3 on the API endpoints. The company also requires a specific public third-party certificate authority (CA) to sign the TLS certificate. Which solution will meet these requirements?
Select an option, then click Submit answer.
Reference / correct answer:
Use a local machine to create a certificate that is signed by the third-party CImport the certificate into AWS Certificate Manager (ACM). Create an HTTP API in Amazon API Gateway with a custom domain. Configure the custom domain to use the certificate.
Most accepted answer: A. Use a local machine to create a certificate that is signed by the third-party CImport the certificate into AWS Certificate Manager (ACM). Create an HTTP API in Amazon API Gateway with a custom domain. Configure the custom domain to use the certificate.
Community votes: A=9, B=3
Selected Answer: A I don't understand why some many people vote B. In ACM, you can either request certificate from Amazon CA or import an existing certificate. There is no option in ACM that allow you to request a certificate that can be signed by third party CA. upvoted 22 times markoniz 2 years, 10 months ago I fully agree upvoted 6 times wsdasdasdqwdaw 2 years, 9 months ago Hmm AWS is saying: ACM certificates can be used to establish secure communications across the internet or within an internal network. You can request a publicly trusted certificate directly from ACM (an "ACM certificate") or import a publicly trusted certificate issued by a third party. Self-signed certificates are also supported. To provision your organization's internal PKI, you can issue ACM certificates signed by a private certificate authority (CA) created and managed by AWS Private CA. The CA may either reside in your account or be shared with you by a different account. https://docs.aws.amazon.com/acm/latest/userguide/gs.html upvoted 5 times pentium75 2 years, 7 months ago Exactly. You can "import [not create] a publicly trusted certificate issued by a third party". upvoted 5 times ... ... ...
I fully agree upvoted 6 times wsdasdasdqwdaw 2 years, 9 months ago Hmm AWS is saying: ACM certificates can be used to establish secure communications across the internet or within an internal network. You can request a publicly trusted certificate directly from ACM (an "ACM certificate") or import a publicly trusted certificate issued by a third party. Self-signed certificates are also supported. To provision your organization's internal PKI, you can issue ACM certificates signed by a private certificate authority (CA) created and managed by AWS Private CA. The CA may either reside in your account or be shared with you by a different account. https://docs.aws.amazon.com/acm/latest/userguide/gs.html upvoted 5 times pentium75 2 years, 7 months ago Exactly. You can "import [not create] a publicly trusted certificate issued by a third party". upvoted 5 times ... ...
Hmm AWS is saying: ACM certificates can be used to establish secure communications across the internet or within an internal network. You can request a publicly trusted certificate directly from ACM (an "ACM certificate") or import a publicly trusted certificate issued by a third party. Self-signed certificates are also supported. To provision your organization's internal PKI, you can issue ACM certificates signed by a private certificate authority (CA) created and managed by AWS Private CA. The CA may either reside in your account or be shared with you by a different account. https://docs.aws.amazon.com/acm/latest/userguide/gs.html upvoted 5 times pentium75 2 years, 7 months ago Exactly. You can "import [not create] a publicly trusted certificate issued by a third party". upvoted 5 times ...
Exactly. You can "import [not create] a publicly trusted certificate issued by a third party". upvoted 5 times
Selected Answer: B AWS Certificate Manager (ACM) is a service that lets you easily provision, manage, and deploy SSL/TLS certificates for use with AWS services and your internal resources. By creating a certificate in ACM that is signed by the third-party CA, the company can meet its requirement for a specific public third-party CA to sign the TLS certificate. upvoted 9 times pentium75 2 years, 7 months ago Sounds like ChatGPT answer, "creating a certificate in ACM that is signed by the third-party CA" is not possible. upvoted 5 times ...