From b3e75257a7bc2ea53983efb60ee9baae1ca74bc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20K=C3=A4stel?= Date: Wed, 7 Nov 2018 15:34:09 +0100 Subject: [PATCH] Set eab parameter default values to None. --- certbot/constants.py | 2 ++ 1 file changed, 2 insertions(+) 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,