diff options
Diffstat (limited to 'acme_dns_tiny.py')
-rw-r--r-- | acme_dns_tiny.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/acme_dns_tiny.py b/acme_dns_tiny.py index 51252e2..fce6fba 100644 --- a/acme_dns_tiny.py +++ b/acme_dns_tiny.py @@ -309,6 +309,7 @@ def get_crt(args): domains = extract_domains_from_csr(args['--csr']) acme = ACME(account_key_path=args['--account-key']) acme.init_sreqs(args['--acme-directory'] or ACME_DEFAULT_DIRECTORY) + acme.register_account() order, order_location = acme.new_order(domains=domains) log.info('Completing each each authorization challenge') |