Using Docker to issue letsencrypt command, keeps self signing

Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.

My domain is:

I ran this command:

cd /var/azuracast
./docker.sh update-self
./docker.sh letsencrypt-create

It produced this output:

Stopping nginx_proxy ... done
Stopping azuracast_web ... done
Stopping azuracast_stations ... done
Stopping azuracast_redis ... done
Stopping azuracast_mariadb ... done
Removing nginx_proxy ... done
Removing azuracast_web ... done
Removing azuracast_stations ... done
Removing azuracast_redis ... done
Removing azuracast_mariadb ... done
Removing network azuracast_backend
Removing network azuracast_frontend
Creating network "azuracast_backend" with driver "bridge"
Creating network "azuracast_frontend" with driver "bridge"
Creating azuracast_redis ... done
Creating azuracast_stations ... done
Creating azuracast_mariadb ... done
Creating azuracast_web ... done
Creating nginx_proxy ... done

My web server is (include version):

The operating system my web server runs on is (include version): Ubuntu 20.04

My hosting provider, if applicable, is:

I can login to a root shell on my machine (yes or no, or I don't know): Yes

I'm using a control panel to manage my site (no, or provide the name and version of the control panel):No

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):


Command above completes without any errors. But even in checking crt.sh/?q=www.domain.com the domain doesn't show up here. But previous domains we have used (standard webservers NOT docker) all show up perfectly fine.

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