mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-22 13:11:41 +00:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
dc3b7b5775
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user