My domain is: givingtools.com
I ran this command: certbot --renew-by-default -n --webroot --webroot-path “$stackDir/var/acme-challenge” certonly givingtools.com www.givingtools.com api.givingtools.com admin.givingtools.com obj.givingtools.com blog.givingtools.com
It produced this output: https://gist.github.com/chris13524/9871eb085a9ec6b76402d099ced0f34a
My web server is (include version): Nginx v1.13.3
The operating system my web server runs on is (include version): The official Nginx Docker image v1.13.3
My hosting provider, if applicable, is: DigitalOcean
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
As far as I’m aware, this is the same code I’ve been using to renew my certificates. I thought there was some issue at Let’s Encrypt preventing this as it was so unexpected. I can curl these challenge files just fine, so I’m not sure what the issue could be.
Thanks!