Update letsencrypt.sh
This commit is contained in:
parent
14d7ab90d7
commit
db1d172bca
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue