浏览代码

Pass --keep-going to dehydrated.

If one domain fails, we probably still want certs for the others.
master
Chris Smith 6 年前
父节点
当前提交
a967e63baa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      run.sh

+ 1
- 1
run.sh 查看文件

@@ -20,7 +20,7 @@ if [ ! -e /letsencrypt/well-known ]; then
20 20
 fi;
21 21
 
22 22
 while true; do
23
-  $DEHYDRATED_CMD --cron --challenge http-01
23
+  $DEHYDRATED_CMD --cron --keep-going --challenge http-01
24 24
   $DEHYDRATED_CMD --cleanup
25 25
   inotifywait --timeout 86400 /letsencrypt/domains.txt
26 26
   sleep 60

正在加载...
取消
保存