mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-07-12 11:22:30 +00:00
Merge branch 'dev' into oath
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user