Browse Source

Print subdomain

jigen 4 years ago
parent
commit
1ab4a4bfde
1 changed files with 1 additions and 1 deletions
  1. 1 1
      OTcerts.py

+ 1 - 1
OTcerts.py

@@ -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()