git clone https://github.com/certbot/certbot /opt/letsencrypt
ln -s /opt/letsencrypt/certbot-auto /usr/bin/certbot
certbot certonly --expand --agree-tos --text --non-interactive \
--standalone \
git clone https://github.com/certbot/certbot /opt/letsencrypt
ln -s /opt/letsencrypt/certbot-auto /usr/bin/certbot
certbot certonly --expand --agree-tos --text --non-interactive \
--standalone \
#! /usr/bin/env python | |
"""Uses the brilliant Evohome Client from Andrew Stock to query the status of | |
a Honeywell Evohome heat system and publishes the responses to an a MQTT broker. | |
Evohome Client available https://github.com/watchforstock/evohome-client | |
Run with your username and password | |
eventcmd = /home/pi/bin/evohomemqtt.py -u username -p password | |
""" |