Multiple certbot same domain

hi i already use lets encrypt with traefik in a docker environment.
but now i would like to also use it on a ubuntu server, not docker and another gateway but same parrent domain name.
is this possible.

Welcome to the community @c00kie55

If I understand correctly, you are making a new sub domain that will have a DNS A record for an IP for an Ubuntu server. If that is the case, then, yes, certbot can be used there.

See certbot.eff.org for install instructions. Best to replace the apt version of certbot in favor of the snap version

4 Likes

Hi @MikeMcQ thanks for the velkome.

yes i allready have data1.mydomain.com and data2.mydomain.com both on docker but now i would like to make data3.mydomain.com on a physical server with a new certbot using another gateway.

thanks

2 Likes

That's fine, there shouldn't be any problem with this at all!

4 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.