How to Setup SSL certificate into your AWS EC2 instance

preview_player
Показать описание

Help the channel
Рекомендации по теме
Комментарии
Автор

Thanks a lot for explaining in very simple yet detailed steps. It helped a lot.

dineshgajjar
Автор

Can you make a video on setting up subdomain in aws amplify (main domain is being used in ec2 for backend, so the sub domain needs to point to amplify frontend)

ashiqdey
Автор

You did not explain what that /var/www/html directory means. What is the html directory having inside it? What is it pointing to?

HM-brlj
Автор

Why is it so complicated. All I want is an ssl certificate on ec2. Why do I need to install apache, or have a load balancer. Is there a simple approach?

Olse
Автор

Pls upload a video for AWS eks cluster with istio for nginx. ( SSL certificate)

jayasuriyap
Автор

Need help installing SSL on XAMPP windows server on AWS. I have configured SSL on the Xampp server localhost. I can access the the https when I remote(RDP) into the server, but cannot access from the outside world. Certificate is installed and configured on XAMPP apache. When I use the domain signed, on remote Xampp, it works but doesn't outside there server.

davidndanu
Автор

As of September 19, 2019, Amazon RDS has published new Certificate Authority (CA) certificates for connecting to your RDS DB instances using SSL/TLS. We provide these new CA certificates as an AWS security best practice.


we received this email can you please make a video on this what is this all about and what should we do.

mahmoodkashmiri
Автор

Hello works perfect, but how can i redirect http to https ?

luisfernandohernandeztello
Автор

what changes do i need to make to apply this on ubuntu aws server?

sudoboink
Автор

Awesome!! You really did explain this very well, for a LAMP server.

In my case, I want to create a wildcard certificate and install it in a neo4j database server hosted on an EC2 instance. There is no need to setup Apache, MySQL or PHP.

How difficult could this be?

renatospaka
Автор

sir i am getting this error after providing email and clicking on yes






(Y)es/(N)o: y
Obtaining a new certificate
Exiting abnormally:
Traceback (most recent call last):
File "/opt/eff.org/certbot/venv/bin/letsencrypt", line 11, in <module>
sys.exit(main())
File .py", line 15, in main
return internal_main.main(cli_args)
File ernal/main.py", line 1347, in main
return config.func(config, plugins)
File ernal/main.py", line 1233, in certonly
lineage = _get_and_save_cert(le_client, config, domains, certname, lineage)
File ernal/main.py", line 121, in _get_and_save_cert
lineage = le_client.obtain_and_enroll_certificate(domains, certname)
File ernal/client.py", line 410, in
cert, chain, key, _ =
File ernal/client.py", line 344, in obtain_certificate
orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subs et_of_names)
File ernal/client.py", line 376, in
orderr = self.acme.new_order(csr_pem)
File py", line 863, in new_order
return
File py", line 666, in new_order
response = self._post(self.directory['newOrder'], order)
File py", line 95, in _post
return self.net.post(*args, **kwargs)
File py", line 1174, in post
return self._post_once(*args, **kwargs)
File py", line 1187, in _post_once
response = self._check_response(response, content_type=content_type)
File py", line 1045, in _check_response
raise
Please see the logfiles in /var/log/letsencrypt for more details.

IMPORTANT NOTES:
- Your account credentials have been saved in your Certbot
configuration directory at /etc/letsencrypt. You should make a
secure backup of this folder now. This configuration directory will
also contain certificates and private keys obtained by Certbot so
making regular backups of this folder is ideal.

avinashgodvin
Автор

Hi Do you have SSL certificate configuration on IIS ec2

harsheenajunejo
Автор

will this method work for Django web hosting?

pokemonmaster
Автор

Hi
Please help me . I am unable to do SSL of my website. My domain from big rock and hosting from aws . I have SSL certificate, but I am confused about how to upload this certificate on AWS server.

NeerajKumar-szvk
Автор

I am quite new to Linux so could you please let me know why you created "vhost.conf" instead of /etc/httpd/conf/httpd.conf? Are there any specific reasons for creating this file "vhost.conf" instead of using the default "httpd.conf"?

arig
Автор

Hello Atiqur, Very nice explanation .. I followed the steps mentioned and got the certificate but getting error that "This CA Root Certificate is not trusted".. Can you please suggest what is the problem?

shrikantkulkarni
Автор

Can u share link for how to install SSL in ubuntu instance

srksabeer
Автор

Excellent tutorial, thank you. I have a question: Is it possible to automatically redirect from http to https?

torrante
Автор

thanks for content but it doesn't work for Amazon Linux 2. SSL part has issue and cpmplains "Sorry, I don't know how to bootstrap Certbot on your operating system!"

jayshah
Автор

This is great video!! Thumbs up on this.
In my case my server is running on Ubuntu 16 LTS. So instead of YUM packages can you please share the APT packages that I can use form APT-GET repository?
Thanks in advance.

amendafernando