forked from norman/fusionpbx-install.sh-github-mirror
Update letsencrypt.sh
This commit is contained in:
7
debian/resources/letsencrypt.sh
vendored
7
debian/resources/letsencrypt.sh
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user