Python3-certbot-dns-ovh missing in debian 13

Hi,

since debian 13 upgrade, python3-certbot-dns-ovh is missing and unavailable from repositories, can you help me please ? where can i find it somewhere else ? and official repo for this product ?

My domain is: duris.xyz
I ran this command: certbot renew --force-renewal
It produced this output:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/duris.xyz.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Failed to renew certificate duris.xyz with error: The requested dns-ovh plugin does not appear to be installed

My web server is (include version): nginx/1.26.3
The operating system my web server runs on is (include version): debian 13
My hosting provider, if applicable, is: home lab but my dns provider is ovh
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 4.0.0

Thanks in advance

The "official repo" for certbot is via snap.

4 Likes

Why are you using this option?

1 Like

it was for testing after upgrade a renewal to check if all was ok

Please don't test on the production environment, use --dry-run, which uses the staging environment, instead. Thank you.

3 Likes

it's my home lab on a test VM :slight_smile:

I ment the production/staging environment of Let's Encrypt. Testing should not be done on the production environment.

3 Likes

oh ok forget my last answer, it's for your server charge, i'll use that command.

2 Likes

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