forked from norman/fusionpbx-install.sh-github-mirror
Create letsencrypt.sh
This commit is contained in:
9
debian/resources/letsencrypt.sh
vendored
Normal file
9
debian/resources/letsencrypt.sh
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
domain_name=subdomain.domain.com
|
||||
email=username@domain.com
|
||||
|
||||
git clone https://github.com/letsencrypt/letsencrypt /opt/letsencrypt
|
||||
/opt/letsencrypt
|
||||
chmod 755 /opt/letsencrypt /opt/letsencrypt
|
||||
/etc/letsencrypt/./certbot-auto
|
||||
mkdir -p /etc/letsencrypt/configs
|
||||
echo "" > /etc/letsencrypt/configs/$domain_name
|
||||
Reference in New Issue
Block a user