Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I use AWS Certificate Manager certificates for API Gateway with Custom Domain Name

Can I use a certificate from AWS Certificate Manager to use it with API Gateway and my Custom Domain Name?

How do I get the certificate body, private key and chain out of the certificate from the AWS Certificate Manager?

like image 922
Christine Avatar asked Apr 08 '16 10:04

Christine


People also ask

How do I test a custom domain for API gateway?

To set up a custom domain name for your API Gateway API, do the following: Request or import an SSL/TLS certificate. Create the custom domain name for your REST API, HTTP API, or WebSocket API. Test the setup by calling your API using the new custom domain name.

What is AWS Certificate Manager used for?

AWS Certificate Manager is a service that lets you easily provision, manage, and deploy public and private Secure Sockets Layer/Transport Layer Security (SSL/TLS) certificates for use with AWS services and your internal connected resources.

Can I use certificates on Amazon EC2 instances or on my own servers?

Yes. Q: Can I use certificates on Amazon EC2 instances or on my own servers? You can use private certificates issued with ACM Private CA with EC2 instances, containers, and on your own servers. At this time, public ACM certificates can be used only with specific AWS services.

Which items can be created using ACM?

With ACM Private CA, users can create their certificate authority (CA) hierarchy and issue certificates to authenticate users, computers, applications, services, servers, and other devices. Certificates issued by a private CA cannot be used on the internet.


1 Answers

As you saw in the forum post, it's not possible now. ACM integration is something we want to do and it's on our backlog, but I don't have an ETA for you at the moment.

ACM is now integrated with API Gateway!

like image 94
jackko Avatar answered Sep 23 '22 01:09

jackko