add set-default-chain

This commit is contained in:
neilpang 2021-11-02 20:37:14 +08:00
parent a2b6f49c5c
commit dbdcbd4b9e
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ RUN for verb in help \
deactivate-account \
set-notify \
set-default-ca \
set-default-chain \
; 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