Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
8d0e4851
Commit
8d0e4851
authored
Aug 27, 2020
by
neilpang
Browse files
add set-default-ca
parent
0c156555
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
8d0e4851
...
...
@@ -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
...
...
acme.sh
View file @
8d0e4851
...
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment