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: portainer.teamgroth.me
I ran this command:
It produced this output:
My web server is (include version):
The operating system my web server runs on is (include version):
My hosting provider, if applicable, is: Goddy.com and cloudflare
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):
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot):certbot certonly
When trying to add ssl to any apps that I have setup in portainer, I get a internal error popup. looking at the logs, i see :
[8/31/2021] [7:32:05 PM] [Nginx ] › info Reloading Nginx
[8/31/2021] [7:32:25 PM] [SSL ] › info Renewing SSL certs close to expiry...
[8/31/2021] [7:32:26 PM] [Nginx ] › info Reloading Nginx
[8/31/2021] [7:32:26 PM] [SSL ] › info Renew Complete
[8/31/2021] [7:52:27 PM] [Nginx ] › info Reloading Nginx
[8/31/2021] [7:52:27 PM] [SSL ] › info Requesting Let'sEncrypt certificates for Cert #5: portainer.teamgroth.me
[8/31/2021] [7:52:27 PM] [SSL ] › info Command: certbot certonly --non-interactive --config "/etc/letsencrypt.ini" --cert-name "npm-5" --agree-tos --authenticator webroot --email "triplej82@gmail.com" --preferred-challenges "dns,http" --domains "portainer.teamgroth.me"
[8/31/2021] [7:52:30 PM] [Nginx ] › info Reloading Nginx
[8/31/2021] [7:52:31 PM] [Express ] › warning Command failed: certbot certonly --non-interactive --config "/etc/letsencrypt.ini" --cert-name "npm-5" --agree-tos --authenticator webroot --email "triplej82@gmail.com" --preferred-challenges "dns,http" --domains "portainer.teamgroth.me"
I'm am not sure where the cert is failing.