Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
844c5027
Unverified
Commit
844c5027
authored
Aug 27, 2020
by
neil
Committed by
GitHub
Aug 27, 2020
Browse files
Merge pull request #3131 from acmesh-official/dev
add set-default-ca
parents
fc63445c
8d0e4851
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
844c5027
...
@@ -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
...
...
acme.sh
View file @
844c5027
...
@@ -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:
...
...
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