Creating SSL certificate

0

Hello I am trying to create an SSL certificate for my Elastic Beanslack application with AWS. I am using the default domain provided by Beanslack and choosing DNS validation. As far as I understand it should be validated automatically, internally in AWS. However the status of the certificate is still pending validation. What should I do?

Argoz
asked 3 months ago308 views
1 Answer
0

Hello,

By default, your environment is available to users at a subdomain of elasticbeanstalk.com. When you create an environment, you can choose a hostname for your application. The subdomain and domain are autopopulated to region.elasticbeanstalk.com. To route users to your environment, Elastic Beanstalk registers a CNAME record that points to your environment's load balancer. You can see URL of your environment's application with the current value of the CNAME

If you need HTTPS for your Elastic Beanstalk environment using the default domain, you will have to set it up manually using a self signed certificate. You can follow this post: https://medium.com/geekculture/installing-a-self-signed-ssl-certificate-on-aws-elastic-beanstalk-1d4acd2c0cd

Reference:

https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/customdomains.html#:~:text=By%20default%2C%20your%20environment%20is,elasticbeanstalk.com%20.

profile picture
EXPERT
answered 3 months ago
profile picture
EXPERT
reviewed 3 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions