Unverified Commit 844c5027 authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #3131 from acmesh-official/dev

add set-default-ca
parents fc63445c 8d0e4851
...@@ -54,6 +54,7 @@ RUN for verb in help \ ...@@ -54,6 +54,7 @@ RUN for verb in help \
deactivate \ deactivate \
deactivate-account \ deactivate-account \
set-notify \ set-notify \
set-default-ca \
; do \ ; 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} \ 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 ; done
......
...@@ -6430,7 +6430,8 @@ Commands: ...@@ -6430,7 +6430,8 @@ Commands:
--cron Run cron job to renew all the certs. --cron Run cron job to renew all the certs.
--set-notify Set the cron notification hook, level or mode. --set-notify Set the cron notification hook, level or mode.
--deactivate Deactivate the domain authz, professional use. --deactivate Deactivate the domain authz, professional use.
--set-default-ca Used with '--server', to set the default CA to use to use. --set-default-ca Used with '--server', Set the default CA to use.
See: $_SERVER_WIKI
Parameters: Parameters:
......
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