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: url hosting
I ran this command: certbot certonly --force-renew -d example.com
To 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):Debian 4.19.194-2 (2021-06-21) x86_64 GNU/Linux
The operating system my web server runs on is (include version): digitalocean
My hosting provider, if applicable, is:
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):certbot 0.31.0
DNS record is correctly given matched with ipaddress
I use saltstack, letsencrypt formula, salt minion state.apply letsencrypt,
now my website is not secure. so i want to renew now ssl certificate. https://cashier.amepos.io/login
actually salt stack renews ssl certificate automatically, i apply the command salt minion state.apply letsencrypt, same error failed authorization and manually also same error.
please help me out.
/etc/letsencrypt/renewal: i have cashier.amepos.io.conf file: archive_dir = /etc/letsencrypt/archive/cashier.amepos.io
cert = /etc/letsencrypt/live/cashier.amepos.io/cert.pem
privkey = /etc/letsencrypt/live/cashier.amepos.io/privkey.pem
chain = /etc/letsencrypt/live/cashier.amepos.io/chain.pem
fullchain = /etc/letsencrypt/live/cashier.amepos.io/fullchain.pem
An error occurred while parsing /etc/letsencrypt/renewal/cashier.amepos.io.conf. The error was Too many flags setting configurators/installers/authenticators 'webroot' -> 'nginx'. Skipping the file.
No renewals were attempted.
Additionally, the following renewal configurations were invalid:
/etc/letsencrypt/renewal/cashier.amepos.io.conf (parsefail)
Mainly the line that defines root
But there may also be location statements that affect the challenge request.
And there is also a redirect to HTTPS that might be part of the problem.
But it might be the first one because the HTTP site redirects to HTTPS and the HTTPS site uses the shorter root
[just guessing since you haven't shown the files]
authenticator: webroot.
webroot-path: /var/www/html
conf file is in /etc/nginx/sites-enabled/.conf
we have path of ssl certificate in conf file, /etc/letsencrypt/live/domain/fullchain.pem
You fail to show the file(s) and fail to find the problem.
The secrecy is ridiculous.
Maybe someone else can help you - I can't help more without seeing the files that create the problem.