Update letsencrypt.sh

This commit is contained in:
FusionPBX 2018-03-21 11:30:31 -06:00 committed by GitHub
parent fcd9a9b467
commit 6033b19124
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -8,6 +8,13 @@ cd "$(dirname "$0")"
#. ./colors.sh
. ./environment.sh
#remove dehyrdated letsencrypt script
#rm -R /etc/dehydrated/
#rm /usr/local/sbin/dehydrated
#rm -R /usr/src/dehydrated
#rm -R /usr/src/dns-01-manual
#rm -R /var/www/dehydrated
#request the domain name, email address and wild card domain
read -p 'Domain Name: ' domain_name
read -p 'Email Address: ' email_address