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
|
#!/bin/sh
|
||||||
|
|
||||||
domain_name=subdomain.domain.com
|
#request the domain and email
|
||||||
email=username@domain.com
|
read -p 'Domain Name: ' domain_name
|
||||||
|
read -p 'Email Address: ' email
|
||||||
|
#domain_name=subdomain.domain.com
|
||||||
|
#email=username@domain.com
|
||||||
|
|
||||||
#remove previous install
|
#remove previous install
|
||||||
rm -R /opt/letsencrypt
|
rm -R /opt/letsencrypt
|
||||||
|
|||||||
Reference in New Issue
Block a user