Browse Source

Pass --keep-going to dehydrated.

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

+ 1
- 1
run.sh View File

@@ -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

Loading…
Cancel
Save