Browse Source

add deactivate-account

pull/937/head
neilpang 7 years ago
parent
commit
200287254b
  1. 1
      Dockerfile

1
Dockerfile

@ -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

Loading…
Cancel
Save