Skip to content

Commit

Permalink
Merge pull request #3131 from acmesh-official/dev
Browse files Browse the repository at this point in the history
add set-default-ca
  • Loading branch information
Neilpang authored Aug 27, 2020
2 parents fc63445 + 8d0e485 commit 844c502
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ RUN for verb in help \
deactivate \
deactivate-account \
set-notify \
set-default-ca \
; 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
Expand Down
3 changes: 2 additions & 1 deletion acme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6430,7 +6430,8 @@ Commands:
--cron Run cron job to renew all the certs.
--set-notify Set the cron notification hook, level or mode.
--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:
Expand Down

0 comments on commit 844c502

Please sign in to comment.