Intial Commit

This commit is contained in:
2020-10-02 14:21:35 +02:00
commit 3a20caeac7
5 changed files with 175 additions and 0 deletions

9
conf/account.conf Normal file
View File

@@ -0,0 +1,9 @@
#LOG_FILE="/etc/acmesh/data/acme.sh.log"
#LOG_LEVEL=1
AUTO_UPGRADE="1"' >> /etc/acmesh/data/account.conf
NOTIFY_LEVEL='1'' >> /etc/acmesh/data/account.conf
#NO_TIMESTAMP=1' >> /etc/acmesh/data/account.conf
LE_WORKING_DIR="/opt/acmesh"' >> /etc/acmesh/data/account.conf
LE_CONFIG_HOME="/etc/acmesh/data"' >> /etc/acmesh/data/account.conf
CERT_HOME='/etc/acmesh/certs'
USER_PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin'

3
conf/acme.sh.env Normal file
View File

@@ -0,0 +1,3 @@
export LE_WORKING_DIR="/opt/acmesh"
export LE_CONFIG_HOME="/etc/acmesh/data"
alias acmesh="/opt/acmesh/acme.sh --config-home '/etc/acmesh/data'"