Browse Source

Merge pull request #3131 from acmesh-official/dev

add set-default-ca
pull/3168/head 2.8.7
neil 4 years ago
committed by GitHub
parent
commit
844c5027ea
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Dockerfile
  2. 3
      acme.sh

1
Dockerfile

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

3
acme.sh

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

Loading…
Cancel
Save