Let's say, just for the sake of argument, that I'm an idiot. That I setup Traefik on a new server (using Docker) and then I stood up first one new Docker image (which got a fully working certificate) and then another Docker image of a site that was already running on an older server and had a cert via LE over there.
Then, I nuked the old server, not thinking that I should probably preserve the old cert or revoke it or something actually sensible. Needless to say, Traefik on the new server cannot seem to get a cert for the site in its new location and always just delivers the Traefik Default Cert.
I've waited a few days and restarted Traefik on each day, but still no luck. Am I waiting 30 days, 45 days, 90+ days for this to resolve itself? Is there any way I can fix this?
Thanks,
John
My domain is: PaperQuik.com
I ran this command: Traefik (Traefik is configured to get my certs for me)
It produced this output: I'm still getting the Traefik Default Cert
My web server is (include version): Node.js (though it isn't involved in certs at all)
The operating system my web server runs on is (include version): Ubuntu 20.04
My hosting provider, if applicable, is: Digital Ocean
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): I'm not really using anything directly, I'm depending upon Traefik to do it for me