Closed derekdon closed 6 years ago
Just re-built the entire stack and with the removal of - OPTIONS=--staging
it works now! No more warnings when I hit the https endpoint. Happy to close this now, however could you confirm how you define wildcard domains for this image in order to get a wildcard cert? Maybe it's simply this:
letsencrypt:
environment:
- 'DOMAINS=example.com,*.example.com'
While testing out the letsencrypt-docker/docker-cloud.yml example in docker cloud. I keep getting "Your connection is not private" - NET::ERR_CERT_AUTHORITY_INVALID.
Checking the logs I can see it completes the challenges for these,
I'm not sure what I'm doing wrong, perhaps I should be using a wildcard?
If I inspect the cert on the error page I can see it states Fake LE Intermediate X1:
I've commented out the - OPTIONS=--staging option and forced the certs to be regenerated using:
...but I'm still seeing the issue after re-deploying both the haproxy and this.