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