mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
fix typo in key conflict error message
This commit is contained in:
parent
f6d532a15b
commit
652c06a8ae
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue