From: "Peter Müller" <peter.mueller@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] dehydrated: Keep going if re-issuing one certificate fails
Date: Thu, 13 Jul 2023 14:24:00 +0000 [thread overview]
Message-ID: <d469f1a5-3c3a-48f3-d8b5-84977d33b2b7@ipfire.org> (raw)
In-Reply-To: <20230710173015.716154-1-michael.tremer@ipfire.org>
[-- 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 =
>
prev parent reply other threads:[~2023-07-13 14:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-10 17:30 Michael Tremer
2023-07-13 14:24 ` Peter Müller [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=d469f1a5-3c3a-48f3-d8b5-84977d33b2b7@ipfire.org \
--to=peter.mueller@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox