Problem of renew after site migration

My domain is: cloud.centromaitri.org

I ran this command: certbot --apache certonly -n -d cloud.centromaitri.org

It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Cert is due for renewal, auto-renewing…
Renewing an existing certificate
Performing the following challenges:
Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA.
Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA.

My web server is (include version): Server version: Apache/2.4.25 (Debian)

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

My hosting provider, if applicable, is: my hosted 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

I’ve other sites on that server and all renew correctly
Regards
Fabrizio

Hi @Fabrytnix

now you use another configuration. So Certbot hasn't enough informations. Perhaps in your Apache configuration informations are missing.

So remove the

-n

flag (-non-interactive), then certbot may ask what's missing.

Did you obtain the certificates using --webroot rather than --apache?

Please see also

2 Likes

Great! solved
Many tnx

1 Like

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