* [PATCH] dehydrated: Keep going if re-issuing one certificate fails
@ 2023-07-10 17:30 Michael Tremer
2023-07-13 14:24 ` Peter Müller
0 siblings, 1 reply; 2+ messages in thread
From: Michael Tremer @ 2023-07-10 17:30 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 889 bytes --]
This change will make sure that dehydrated will continue if (re-)issuing
one or more certificate fails.
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
config/dehydrated/cron.sh | 2 +-
lfs/dehydrated | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/dehydrated/cron.sh b/config/dehydrated/cron.sh
index 0aa778a38..f2f842527 100644
--- a/config/dehydrated/cron.sh
+++ b/config/dehydrated/cron.sh
@@ -1,3 +1,3 @@
#!/bin/bash
-exec /usr/bin/dehydrated --cron
+exec /usr/bin/dehydrated --cron --keep-going
diff --git a/lfs/dehydrated b/lfs/dehydrated
index 7cd92076b..821c1433b 100644
--- a/lfs/dehydrated
+++ b/lfs/dehydrated
@@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = dehydrated
-PAK_VER = 5
+PAK_VER = 6
DEPS =
--
2.39.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] dehydrated: Keep going if re-issuing one certificate fails
2023-07-10 17:30 [PATCH] dehydrated: Keep going if re-issuing one certificate fails Michael Tremer
@ 2023-07-13 14:24 ` Peter Müller
0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2023-07-13 14:24 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 996 bytes --]
Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>
> This change will make sure that dehydrated will continue if (re-)issuing
> one or more certificate fails.
>
> Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
> ---
> config/dehydrated/cron.sh | 2 +-
> lfs/dehydrated | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/config/dehydrated/cron.sh b/config/dehydrated/cron.sh
> index 0aa778a38..f2f842527 100644
> --- a/config/dehydrated/cron.sh
> +++ b/config/dehydrated/cron.sh
> @@ -1,3 +1,3 @@
> #!/bin/bash
>
> -exec /usr/bin/dehydrated --cron
> +exec /usr/bin/dehydrated --cron --keep-going
> diff --git a/lfs/dehydrated b/lfs/dehydrated
> index 7cd92076b..821c1433b 100644
> --- a/lfs/dehydrated
> +++ b/lfs/dehydrated
> @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
> DIR_APP = $(DIR_SRC)/$(THISAPP)
> TARGET = $(DIR_INFO)/$(THISAPP)
> PROG = dehydrated
> -PAK_VER = 5
> +PAK_VER = 6
>
> DEPS =
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-13 14:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-10 17:30 [PATCH] dehydrated: Keep going if re-issuing one certificate fails Michael Tremer
2023-07-13 14:24 ` Peter Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox