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
dc3b7b57
Commit
dc3b7b57
authored
Jun 30, 2017
by
RaidenII
Browse files
Merge remote-tracking branch 'upstream/master'
parents
17fbfd14
0e1469f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
dc3b7b57
...
@@ -50,9 +50,10 @@ RUN for verb in help \
...
@@ -50,9 +50,10 @@ RUN for verb in help \
RUN
printf
"%b"
'#!'
"/usr/bin/env sh
\n
\
RUN
printf
"%b"
'#!'
"/usr/bin/env sh
\n
\
if [
\"\$
1
\"
=
\"
daemon
\"
]; then
\n
\
if [
\"\$
1
\"
=
\"
daemon
\"
]; then
\n
\
crond -f
\n
\
trap
\"
echo stop && killall crond && exit 0
\"
SIGTERM SIGINT
\n
\
crond && while true; do sleep 1; done;
\n
\
else
\n
\
else
\n
\
/root/.acme.sh/acme.sh --config-home /acme.sh
\"\$
@
\"\n
\
exec --
\"\$
@
\"\n
\
fi"
>
/entry.sh
&&
chmod
+x /entry.sh
fi"
>
/entry.sh
&&
chmod
+x /entry.sh
VOLUME
/acme.sh
VOLUME
/acme.sh
...
...
README.md
View file @
dc3b7b57
...
@@ -296,6 +296,9 @@ acme.sh --renew -d example.com
...
@@ -296,6 +296,9 @@ acme.sh --renew -d example.com
Ok, it's finished.
Ok, it's finished.
**Take care, this is dns manual mode, it can not be renewed automatically. you will have to add a new txt record to your domain by your hand when you renew your cert.**
**Please use dns api mode instead.**
# 9. Automatic DNS API integration
# 9. Automatic DNS API integration
...
...
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