AWS Certificate Manager - How to download public key

0 votes

I created an SSL Certificate using AWS Certificate manager to use on our EB Load Balancer.

We have a device that needs the public certificate to communicate over HTTPS. I know AWS holds the private key, is it possible to download the public key?

Jul 26, 2018 in AWS by bug_seeker
• 15,510 points
7,163 views

2 answers to this question.

0 votes

The AWS ACM does not provide an API to download the public key of an ACM SSL certificate.

However, once you have your ACM certificate setup on an ELB or CloudFront, the public key will be served when you connect to it via HTTPS. From there, you may be able to save the public key.

Try using OpenSSL to get and save the key:

openssl s_client -connect the.host.name:443 | openssl x509 -pubkey -noout

Source: https://security.stackexchange.com/questions/16085/how-to-get-public-key-of-a-secure-webpage

answered Jul 26, 2018 by Priyaj
• 58,020 points
+1 vote
you can not download SSL Certificate from AWS Certificate manager
answered Jun 28, 2019 by salman
Then how do download it?

Related Questions In AWS

0 votes
1 answer

How to download the public key of an asymmetric CMK in AWS KMS?

Hi@akhtar, The following get-public-key example downloads the public key of ...READ MORE

answered Nov 20, 2020 in AWS by MD
• 95,460 points
789 views
+1 vote
1 answer

How to add SSL certificate to AWS EC2 with the help of new AWS Certificate Manager service

refer this link  https://aws.amazon.com/certificate-manager/faqs/ You can't install the certificates ...READ MORE

answered Jul 19, 2018 in AWS by Priyaj
• 58,020 points
1,860 views
0 votes
1 answer

How to add SSL certificate to AWS EC2 with the help of new AWS Certificate Manager service

You can't install the certificates created by ...READ MORE

answered Feb 21, 2022 in AWS by Korak
• 5,820 points
755 views
0 votes
1 answer

How to download key pair from aws?

Here, you can see how to download ...READ MORE

answered Nov 6 in AWS by Sam
56 views
0 votes
1 answer

How to download aws certificate?

Here, I am sharing with you a ...READ MORE

answered Nov 7 in AWS by Dinesh
119 views
0 votes
1 answer
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP