From 76d816d559122d026baac7129731c6726db778f5 Mon Sep 17 00:00:00 2001 From: Pierre Langlois Date: Sun, 14 Mar 2021 13:15:41 +0000 Subject: [PATCH] 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 --- 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 d6c7d175ff5..2c7979a4bea 100644 --- a/gnu/services/certbot.scm +++ b/gnu/services/certbot.scm @@ -6,6 +6,7 @@ ;;; Copyright © 2020 Jack Hill ;;; Copyright © 2020 Tobias Geerinckx-Rice ;;; Copyright © 2021 Raghav Gururajan +;;; Copyright © 2021 Pierre Langlois ;;; Copyright © 2024 Carlo Zancanaro ;;; ;;; 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