Browse Source

Pass --keep-going to dehydrated.

If one domain fails, we still want certs for all the others.
master
Chris Smith 6 years ago
parent
commit
7affea4efa
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      run.sh

+ 1
- 1
run.sh View File

@@ -15,7 +15,7 @@ else
15 15
 fi
16 16
 
17 17
 while true; do
18
-  $DEHYDRATED_CMD --cron --hook /dns/hook --challenge dns-01
18
+  $DEHYDRATED_CMD --cron --keep-going --hook /dns/hook --challenge dns-01
19 19
   $DEHYDRATED_CMD --cleanup
20 20
   inotifywait --timeout 86400 /letsencrypt/domains.txt
21 21
   sleep 60

Loading…
Cancel
Save