mirror of
https://github.com/certbot/certbot.git
synced 2026-06-15 11:39:12 -04:00
Set eab parameter default values to None.
This commit is contained in:
parent
5e94d8ece0
commit
b3e75257a7
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue