Open paleo opened 3 weeks ago
I think I found a solution using only apt:
sudo apt install certbot python3-certbot-nginx python3-certbot-dns-infomaniak
You could also use pipx
:
apt install pipx
# Install certbot-dns-infomaniak with it's dependencies (including certbot)
pipx install certbot-dns-infomaniak --include-deps
# Then run the pipx certbot:
/root/.local/bin/certbot certonly --authenticator dns-infomaniak # ...
Hello, I installed certbot on Ubuntu 24.04:
For your plugin, I added Python. Then, I tried to install your plugin but it doesn't work:
I tried with pipx:
I'm not used to Python. Could you help me find the right commands to install your plugin?