Hi,
- I run certbot via Snap on my Centos 9 stream. Today, I realize that Certbot is updated to version 3.2.0
In their page, it is written that, '
certbot-nginx now requires pyparsing>=2.4.7. and
certbot-nginx and our acme library now require pyOpenSSL>=25.0.0.
My question is, do I need to manually update pyparsing and pyOpenSSL to the latest version? or Snap will take care of it?
BTW, I dont have pip installed. When I run the command, 'pip show pyparsing'
it returns, '-bash: pip: command not found'
FYI, when I run, 'dry-run' it returns successfully.
- I have another question, where is the webpage where it shows how to install certbot via snap or pip method?
Thanks