Hello kind people! I'm still quite new at this kind of stuff so bear with me. I've read through several threads but I don't seem to see anyone in my exact situation. This is on a KVM VPS I'm using to give my home Jellyfin server remote access.
My domain is: smaman.ddns.net
I ran this command: sudo certbot renew
It produced this output:
aving debug log to /var/log/letsencrypt/letsencrypt.log
Processing /etc/letsencrypt/renewal/smaman.ddns.net.conf
Cert is due for renewal, auto-renewing...
Plugins selected: Authenticator nginx, Installer nginx
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for smaman.ddns.net
nginx: [warn] could not build optimal types_hash, you should increase either types_hash_max_size: 2048 or types_hash_bucket_size: 64; ignoring types_hash_bucket_size
nginx: [warn] conflicting server name "smaman.ddns.net" on 0.0.0.0:80, ignored
nginx: [warn] conflicting server name "smaman.ddns.net" on [::]:80, ignored
nginx: [warn] conflicting server name "smaman.ddns.net" on 0.0.0.0:443, ignored
nginx: [warn] conflicting server name "smaman.ddns.net" on [::]:443, ignored
Waiting for verification...
Challenge failed for domain smaman.ddns.net
http-01 challenge for smaman.ddns.net
Cleaning up challenges
nginx: [warn] could not build optimal types_hash, you should increase either types_hash_max_size: 2048 or types_hash_bucket_size: 64; ignoring types_hash_bucket_size
nginx: [warn] conflicting server name "smaman.ddns.net" on 0.0.0.0:80, ignored
nginx: [warn] conflicting server name "smaman.ddns.net" on [::]:80, ignored
nginx: [warn] conflicting server name "smaman.ddns.net" on 0.0.0.0:443, ignored
nginx: [warn] conflicting server name "smaman.ddns.net" on [::]:443, ignored
Attempting to renew cert (smaman.ddns.net) from /etc/letsencrypt/renewal/smaman.ddns.net.conf produced an unexpected error: Some challenges have failed.. Skipping.
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/smaman.ddns.net/fullchain.pem (failure)
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/smaman.ddns.net/fullchain.pem (failure)
1 renew failure(s), 0 parse failure(s)
IMPORTANT NOTES:
-
The following errors were reported by the server:
Domain: smaman.ddns.net
Type: unauthorized
Detail: 198.23.249.173: Invalid response from
https://smaman.ddns.net/.well-known/acme-challenge/HwIb1kWOvySfIwaT-hTzpbJ5y64ZlTzqvsSRyL32Qw4:
404To fix these errors, please make sure that your domain name was
entered correctly and the DNS A/AAAA record(s) for that domain
contain(s) the right IP address.
My web server is (include version): nginx/1.16.1
The operating system my web server runs on is (include version): Fedora 29 64 Bit
My hosting provider, if applicable, is: Racknerd, I think?
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): Racknerd's NerdVM web-based control panel
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): certbot 0.39.0
Thank you!