Print subdomain
This commit is contained in:
parent
6827656655
commit
1ab4a4bfde
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ if __name__ == '__main__':
|
|||
# Nel caso i nameserver NON siano gestiti, allora chiedi un certificato per ogni sottodominio
|
||||
# Crea il link per ogni subdomain
|
||||
for subdomain in domain_feat['subdomains']:
|
||||
logger.info('Get certificates for {}'.format(domain_name))
|
||||
logger.info('Get certificates for {}'.format(subdomain))
|
||||
if acme_request(config, subdomain, acme_test='HTTP-01', dryrun=dryrun):
|
||||
link_cert(config, subdomain, subdomain, dryrun=dryrun)
|
||||
ot_conn.close()
|
||||
|
|
Loading…
Reference in a new issue