Clarify instructions on LetsEncrypt script.

This commit is contained in:
Buster "Silver Eagle" Neece 2018-05-07 22:58:20 -05:00
parent 9ac4e622c1
commit 46b4bfe87c
1 changed files with 2 additions and 1 deletions

View File

@ -225,7 +225,8 @@ uninstall() {
letsencrypt-create() {
docker-compose run --rm letsencrypt certonly --webroot -w /var/www/letsencrypt $*
echo "Enter full domain name, i.e.: demo.example.com "
echo "-------------------------------------------------------------------------------"
echo "Re-enter the domain name that was entered in the previous step: "
read reply </dev/tty
docker-compose run --rm nginx letsencrypt_connect $reply