Have just started with HA using hassio on a Raspberry Pi3. Are really enjoying it so far, but…
I am following this instruction to install DuckDNS and Lets Encrypt. DuckDNS is up and running, but are struggling with the setup for Lets Encrypt. Found out that I had to use curl -O instead of wget…
Then i get an error typing in this line in ssh using the root user(have used my own values in ssh for email and domain):
./certbot-auto certonly --standalone --standalone-supported-challenges http-01 --email [email protected] -d YOURSUBDOMAIN.duckdns.org.
Error message:
Sorry, I don’t know how to bootstrap Certbot on your operating system!
You will need to install OS dependencies, configure virtualenv, and run pip install manually.
Please see https://letsencrypt.readthedocs.org/en/latest/contributing.html#prerequisites
for more info.
Any help with this issue will be most appreciated