I have a domain, say domain.com.
I have some random subdomains which all point to the same server. (eg: user-00.domain.com
, user-01.domain.com
, etc.)
I also have some fixed sub domain names, let's say fixed.domain.com
which also point on the same server, but into docker containers.
My server is a docker machine:
- I have
certbot
installed as a native application (non dockerised). This certbot handle the wildcard certificate for all the random subdomains - I have a container which handles the certificate for the fixed domain with letsencrypt.
If I renew one of the fixed certificate, could there be any "merging" issue with the wildcard one? (and vis-versa)