The code below consistently produces the following valid certs:
www.hatf2.com
hatf2.com
schema.tf
but fails to generate a valid certificate for
www.schema.tf
It doesn't seem to give any errors, and unfortunately the only logs provided in /var/log/letsencrypt/letsencrypt.log are for the hatf2.com entry. No sign of schema.tf or www.schema.tf anywhere in this log file, almost as if the logs are being overwritten... The only evidence of activity is in the separate puppet provisioning logs:
The code below consistently produces the following valid certs: www.hatf2.com hatf2.com schema.tf
but fails to generate a valid certificate for www.schema.tf
It doesn't seem to give any errors, and unfortunately the only logs provided in /var/log/letsencrypt/letsencrypt.log are for the hatf2.com entry. No sign of schema.tf or www.schema.tf anywhere in this log file, almost as if the logs are being overwritten... The only evidence of activity is in the separate puppet provisioning logs:
Just at a glance, is this usage incorrect?