Skip to content

Commit

Permalink
www: letsencrypt --manual doesn't allow auto-renew, use --nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Oct 30, 2018
1 parent 63c2e26 commit 044380f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/non-ansible-configuration-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sudo add-apt-repository ppa:certbot/certbot
sudo apt-get update
sudo apt-get install python-certbot-nginx
mkdir -p /home/libuv/www/.well-known/acme-challenge/
certbot --manual certonly -d dist.libuv.org -m [email protected]
certbot --nginx certonly -d dist.libuv.org -m [email protected] --agree-tos
# take the CODE and the FILE and insert into the following command:
echo "CODE" > /home/libuv/www/.well-known/acme-challenge/FILE
```
Expand Down

0 comments on commit 044380f

Please sign in to comment.