If I have a docker-compose file with a bunch of services, for instance mosquitto, is generating certs for such services that do not expose post 80? For instance in this case, mosquitto exposes 2 ports for SSL 8883 and 8083. Without a docker-ized solution here, the general instructions are to use certbot in standalone mode, and the configuration for mosquitto links against the letsencrypt directory directly. (reference)
If I have a
docker-composefile with a bunch of services, for instancemosquitto, is generating certs for such services that do not expose post 80? For instance in this case,mosquittoexposes 2 ports for SSL8883and8083. Without a docker-ized solution here, the general instructions are to usecertbotin standalone mode, and the configuration formosquittolinks against the letsencrypt directory directly. (reference)