Namespace object error

So, I’ve been googling around and it doesn’t seem that anybody else has experienced this issue what so ever.

My domain is:
ubnt.kviknet.dk

I ran this command:
sudo ./certbot-auto renew

It produced this output:
Renewal configuration file /etc/letsencrypt/renewal/ubnt.kviknet.dk.conf (cert: ubnt.kviknet.dk) produced an unexpected error: ‘Namespace’ object has no attribute ‘standalone_supported_challenges’. Skipping.

In addition to that, the standalone_supported_challenges has: standalone_supported_challenges = “http-01”

I can login to a root shell on my machine (yes or no, or I don’t know):
Yes

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you’re using Certbot):
0.33.1

Hi @rovsing

sounds like you have a very old version of Certbot, then updated, so the config file is too old.

  • Make a backup of the config file
  • remove that line

Or delete the config file and start new.

certbot -d ubnt.kviknet.dk

Then Certbot should ask and create a new renew file.

1 Like

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