diff --git a/certbot/constants.py b/certbot/constants.py index a2de2d27a..76f32d505 100644 --- a/certbot/constants.py +++ b/certbot/constants.py @@ -68,6 +68,8 @@ CLI_DEFAULTS = dict( directory_hooks=True, reuse_key=False, disable_renew_updates=False, + eab_hmac_key=None, + eab_kid=None, # Subparsers num=None,