RE: apt-get install mod_ssl ERROR
12-25-2019, 01:10 AM
(This post was last modified: 12-25-2019, 01:15 AM by FernandoGarcia.)
You cant' run:
Before:
Also don't forget to make letsencrypt-auto executable.
Code:
./letsencrypt-auto certonly --standalone -d example.com -d http://www.example.com
Before:
Code:
apt-get install git
git clone https://github.com/letsencrypt/letsencrypt
cd letsencrypt
Also don't forget to make letsencrypt-auto executable.
Code:
chmod +x letsencrypt-auto