From 652c06a8aeb146f77ab3e6238e574c732d8f8883 Mon Sep 17 00:00:00 2001 From: Alex Zorin Date: Tue, 27 Sep 2022 13:51:16 +1000 Subject: [PATCH] fix typo in key conflict error message --- certbot/certbot/_internal/renewal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/certbot/_internal/renewal.py b/certbot/certbot/_internal/renewal.py index 35f96a14f..df5168ea2 100644 --- a/certbot/certbot/_internal/renewal.py +++ b/certbot/certbot/_internal/renewal.py @@ -352,7 +352,7 @@ def _avoid_reuse_key_conflicts(config: configuration.NamespaceConfig, potential_conflicts = [ ("--key-type", lambda: kt != lineage.private_key_type.lower()), - ("--rsa-key-type", + ("--rsa-key-size", lambda: kt == "rsa" and config.rsa_key_size != lineage.rsa_key_size), ("--elliptic-curve", lambda: kt == "ecdsa" and lineage.elliptic_curve and \