guix_mirror_bot pushed a commit to branch go-team in repository guix. commit 76d816d559122d026baac7129731c6726db778f5 Author: Pierre Langlois <pierre.langl...@gmx.com> AuthorDate: Sun Mar 14 13:15:41 2021 +0000
services: certbot: Remove deprecated --manual-public-ip-logging-ok. The --manual-public-ip-logging-ok flag is now a no-op and was deprecated https://github.com/certbot/certbot/pull/8381 * gnu/sevices/certbot.scm (certbot-command): Remove --manual-public-ip-logging-ok when doing a manual challenge. Signed-off-by: Maxim Cournoyer <ma...@guixotic.coop> --- gnu/services/certbot.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/services/certbot.scm b/gnu/services/certbot.scm index d6c7d175ff..2c7979a4be 100644 --- a/gnu/services/certbot.scm +++ b/gnu/services/certbot.scm @@ -6,6 +6,7 @@ ;;; Copyright © 2020 Jack Hill <jackh...@jackhill.us> ;;; Copyright © 2020 Tobias Geerinckx-Rice <m...@tobias.gr> ;;; Copyright © 2021 Raghav Gururajan <r...@raghavgururajan.name> +;;; Copyright © 2021 Pierre Langlois <pierre.langl...@gmx.com> ;;; Copyright © 2024 Carlo Zancanaro <ca...@zancanaro.id.au> ;;; ;;; This file is part of GNU Guix. @@ -148,7 +149,6 @@ deploy." "--manual" (string-append "--preferred-challenges=" challenge) "--cert-name" name - "--manual-public-ip-logging-ok" "-d" (string-join domains ",")) (if csr `("--csr" ,csr) '()) (if email