Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Install SSL on AWS EC2 WordPress Site

I've created and launched my WordPress site on AWS using EC2. I followed this tutorial to create the site. Its currently mapped to a domain using Route 53. All development on the site is done online in my instance.

I would now like to install an SSL Certificate on my site. How would I do so?

like image 694
JAWS007 Avatar asked Nov 06 '17 22:11

JAWS007


1 Answers

If you created WordPress on AWS using "Bitnami", you may ssh to your instance and run:

sudo /opt/bitnami/bncert-tool

See bitnami docs for details

like image 74
Eldar Avatar answered Nov 01 '22 11:11

Eldar