mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 16:54:59 +02:00
Adding tests
This commit is contained in:
@@ -1244,6 +1244,9 @@ class HelpfulArgumentParser(object):
|
||||
parsed_args.register_unsafely_without_email = True
|
||||
|
||||
if parsed_args.csr:
|
||||
if parsed_args.allow_subset_of_names:
|
||||
raise errors.Error("--allow-subset-of-names "
|
||||
"cannot be used with --csr")
|
||||
self.handle_csr(parsed_args)
|
||||
|
||||
if self.detect_defaults: # plumbing
|
||||
|
||||
Reference in New Issue
Block a user