add deactivate-account

This commit is contained in:
neilpang 2017-07-08 17:25:01 +08:00
parent 0b797f5964
commit 200287254b
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ RUN for verb in help \
create-domain-key \
createCSR \
deactivate \
deactivate-account \
; 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