mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 14:26:10 -04:00
Use verbose=3 in sample dev cli.ini now that count is allowed in config files
This commit is contained in:
parent
d7b26c1bb2
commit
e8079a815a
1 changed files with 1 additions and 3 deletions
|
|
@ -13,8 +13,6 @@ domains = example.com
|
|||
text = True
|
||||
agree-tos = True
|
||||
debug = True
|
||||
# Unfortunately, it's not possible to specify "verbose" multiple times
|
||||
# (correspondingly to -vvvvvv)
|
||||
verbose = True
|
||||
verbose = 3
|
||||
|
||||
authenticator = standalone
|
||||
|
|
|
|||
Loading…
Reference in a new issue