I want to use the same certificate across a number of sub-domains. I am using webroot authentication and specifying webroot-domain pairs in the command:
This command creates a single certificate and I can configure the webserver for each domain to use that cert via the symlink in live. This is all good stuff.
However, when I added another subdomain to this command the resulting certificate was generated in a different directory: live/c.example.com, rather than in the previously used directory: live/example.com.
Is there anyway to guarantee where the certificate will be generated?
I read that the first domain in the command is what determines the location but I don’t believe this is the case given my observations. If I’ve made a mistake here please let me know.
I originally generated certificates for each sub-domain, so there were entries in my /etc/letsencrypt directory for those sub-domains already. Is there a command to remove the old entries, or is it just a case of manually:
I have multiple webroots so I don’t understand how I can use your client as it requires: “You must point and bind all the domains to the same webfoot dir”.
So I have about 60-80 domains (three large projects/products with their dommains and subdomains for different services) in different directories (obviously) and I just keep on going “WTF” and also “Are you fucking kidding me?!” while trying to figure out how to renew a certificate. Behind Cloudflare (obviously, everyone uses something, only idiot would expose their servers directly.)
So my question towards the creators of letsencrypt would be… Did you guys try to think about actual production usage?