keisatsu@infosec.pubtoLinux@lemmy.ml•Setting up a secure blog (or any kind of website) using hugo, certbot, haproxy, and crowdsecEnglish
11·
3 months agoapt install python3-certbot :)
apt install python3-certbot :)
Unless if you do want containers :)
Yeah it took a while for me to find as well, Debian moved to managing alot of packages you used to install with pip. In many cases you can just prefix pip packages with python3- and find them via apt.