"vscode:/vscode.git/clone" did not exist on "ae873b70c676a3ef1f4779301b2e3d5bac9dfdfd"
Commit 20028725 authored by neilpang's avatar neilpang
Browse files

add deactivate-account

parent 0b797f59
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment