Browse Source

Update letsencrypt.sh

FusionPBX 8 years ago
parent
commit
db1d172bca
1 changed files with 5 additions and 2 deletions
  1. 5 2
      debian/resources/letsencrypt.sh

+ 5 - 2
debian/resources/letsencrypt.sh

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