Just curious if letsencrypt issues a wildcard for say *.testdomain.com, but I have say a.testdomain.com and b.testdomain.com and so on on different physical servers, does letsencrypt issue the same wildcard certificate for all server requests or will it try to create a new certificate for each server that requests the wildcard?
Let’s Encrypt will always issue a new certificate if you ask it to.
You will need to distribute your certificate and private key between your servers yourself, as a separate scheduled task.
1 Like
If you have a limited number of servers, it could also make sense to issue separate certificates for each server.
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.