You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I ran this command: i want renew ssl sertificate from nginx proxy manager
It produced this output: logs in nginx proxy
[2/22/2024] [10:27:29 PM] [SSL ] › :information_source: info Renewing Let'sEncrypt certificates for Cert #1: mydomain.com
2024-02-23 01:27:29 [2/22/2024] [10:27:29 PM] [SSL ] › :information_source: info Command: certbot renew --force-renewal --config "/etc/letsencrypt.ini" --work-dir "/tmp/letsencrypt-lib" --logs-dir "/tmp/letsencrypt-log" --cert-name "npm-1" --preferred-challenges "dns,http" --no-random-sleep-on-renew --disable-hook-validation
2024-02-23 01:27:29 [2/22/2024] [10:27:29 PM] [Global ] › ⬤ debug CMD: certbot renew --force-renewal --config "/etc/letsencrypt.ini" --work-dir "/tmp/letsencrypt-lib" --logs-dir "/tmp/letsencrypt-log" --cert-name "npm-1" --preferred-challenges "dns,http" --no-random-sleep-on-renew --disable-hook-validation
2024-02-23 01:27:32 [2/22/2024] [10:27:32 PM] [Express ] › :warning: warning Saving debug log to /tmp/letsencrypt-log/letsencrypt.log
2024-02-23 01:27:32 Failed to renew certificate npm-1 with error: Some challenges have failed.
2024-02-23 01:27:32 All renewals failed. The following certificates could not be renewed:
2024-02-23 01:27:32 /etc/letsencrypt/live/npm-1/fullchain.pem (failure)
2024-02-23 01:27:32 1 renew failure(s), 0 parse failure(s)
2024-02-23 01:27:32 Ask for help or search for solutions at https://community.letsencrypt.org/. See the logfile /tmp/letsencrypt-log/letsencrypt.log or re-run Certbot with -v for more details.
The operating system my web server runs on is (include version): ubuntu 22
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):
nginx proxy manager latest
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot): 2.8.0
Beta Was this translation helpful? Give feedback.
All reactions