mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
dehydrated: Keep going if re-issuing one certificate fails
This change will make sure that dehydrated will continue if (re-)issuing one or more certificate fails. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
a1836ab120
commit
2e63b7128e
@@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
exec /usr/bin/dehydrated --cron
|
exec /usr/bin/dehydrated --cron --keep-going
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
|
|||||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
PROG = dehydrated
|
PROG = dehydrated
|
||||||
PAK_VER = 5
|
PAK_VER = 6
|
||||||
|
|
||||||
DEPS =
|
DEPS =
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user