From df85c25da824ffd284a0d0b83ff4d9e2f60f4c82 Mon Sep 17 00:00:00 2001 From: alexzorin Date: Tue, 4 Apr 2023 03:20:22 +1000 Subject: [PATCH] add dns_route53_propagation_seconds to DEPRECATED_OPTIONS (#9652) Fixes #9651. --- certbot/certbot/_internal/cli/cli_constants.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/certbot/certbot/_internal/cli/cli_constants.py b/certbot/certbot/_internal/cli/cli_constants.py index cbf7b6a03..97bdd5691 100644 --- a/certbot/certbot/_internal/cli/cli_constants.py +++ b/certbot/certbot/_internal/cli/cli_constants.py @@ -93,4 +93,6 @@ DEPRECATED_OPTIONS = { "no_self_upgrade", "no_bootstrap", "no_permissions_check", + "dns_route53_propagation_seconds", + "certbot_route53:auth_propagation_seconds" }