I can not renew a certificate (dehydrated)

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. https://crt.sh/?q=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: cloud.exig.fr
in the same server i am able to renew a cert for ***.exig.fr

I ran this command:

./dehydrated -c

It produced this output:

https://pastebin.com/ZMLwyRnR

INFO: Using main config file /etc/letsencrypt/config

My web server is (include version):

Server version: Apache/2.4.25 (Debian)
Server built: 2018-06-02T08:01:13

The operating system my web server runs on is (include version):

PRETTY_NAME=“Debian GNU/Linux 9 (stretch)”
NAME=“Debian GNU/Linux”
VERSION_ID=“9”
VERSION=“9 (stretch)”
ID=debian
HOME_URL=“https://www.debian.org/”
SUPPORT_URL=“https://www.debian.org/support”
BUG_REPORT_URL=“https://bugs.debian.org/”

My hosting provider, if applicable, is: my own server

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

description :
i’ve 2 cert on my server : cloud.exig.fr and anotherdomain.exig.fr.
recently ive succefuly obtain a certificate for anotherdomain.exig.fr bit i can’t renew cloud.exig.fr

i’ve check :

DNS A and CNAME : OK
Vhost : OK
IP : OK
Chec if port is open : OK

can u help me ?

thx

The server redirects http://cloud.exig.fr/.well-known/acme-challenge/ to https://cloud.exig.fr.well-known/acme-challenge/, which isn’t valid.

Check the Apache configuration for something like “RedirectPermanent / https://cloud.exig.fr” and add a “/” to the end.

2 Likes

thank you so much :grinning:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.