Update letsencrypt.sh

This commit is contained in:
FusionPBX 2017-02-02 15:31:00 -07:00 committed by GitHub
parent 14d7ab90d7
commit db1d172bca
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,10 @@
#!/bin/sh
domain_name=subdomain.domain.com
email=username@domain.com
#request the domain and email
read -p 'Domain Name: ' domain_name
read -p 'Email Address: ' email
#domain_name=subdomain.domain.com
#email=username@domain.com
#remove previous install
rm -R /opt/letsencrypt