Error in Command

Hi,
I am getting the following error, /usr/bin/certbot is replaced with certbot-2

Traceback (most recent call last):
File “/usr/bin/certbot-2”, line 5, in
from pkg_resources import load_entry_point
File “/usr/lib/python2.7/site-packages/pkg_resources.py”, line 3011, in
parse_requirements(requires), Environment()
File “/usr/lib/python2.7/site-packages/pkg_resources.py”, line 626, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: acme>=0.29.0

Hi @sree

try to install it new.

Or check, if you can switch to certbot-auto.

Hi @JuergenAuer
What will happen to my existing certificates. I am using CentOS 7 with apache. How to back up and install using YUM.

Regards,
Sree.

Your existing certificate isn't affected if you update your certbot.

But making a backup of

/etc/letsencrypt/

is always a good idea.

1 Like

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