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
dbdcbd4b
Commit
dbdcbd4b
authored
Nov 02, 2021
by
neilpang
Browse files
add set-default-chain
parent
a2b6f49c
Changes
1
Show whitespace changes
Inline
Side-by-side
Dockerfile
View file @
dbdcbd4b
...
...
@@ -55,6 +55,7 @@ RUN for verb in help \
deactivate-account
\
set-notify
\
set-default-ca
\
set-default-chain
\
;
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
...
...
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