mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-08-13 12:33:30 +02:00
add deactivate-account
This commit is contained in:
parent
0b797f5964
commit
200287254b
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue