Merge branch 'dev' into oath

This commit is contained in:
maxemann96
2019-06-21 23:52:10 +02:00
committed by GitHub
44 changed files with 4387 additions and 2140 deletions

View File

@ -9,6 +9,7 @@ RUN apk update -f \
socat \
tzdata \
oath-toolkit-oathtool \
tar \
&& rm -rf /var/cache/apk/*
ENV LE_CONFIG_HOME /acme.sh
@ -49,6 +50,7 @@ RUN for verb in help \
createCSR \
deactivate \
deactivate-account \
set-notify \
; do \
printf -- "%b" "#!/usr/bin/env sh\n/root/.acme.sh/acme.sh --${verb} --config-home /acme.sh \"\$@\"" >/usr/local/bin/--${verb} && chmod +x /usr/local/bin/--${verb} \
; done