wordpress-church-setup/TLS-setup.sh

3 lines
197 B
Bash
Raw Permalink Normal View History

2017-06-25 22:53:59 +00:00
sudo letsencrypt certonly --webroot --webroot-path=/var/www/wordpress -d bereanbibleutah.com -d www.bereanbibleutah.com -d bereanbibleutah.org -d www.bereanbibleutah.org
2017-06-25 22:54:15 +00:00
sudo apt-get install nginx