by Bram | Jan 3, 2020 | Blog, Linux, Raspberry Pi
Prepare your RPI 3 First you have to tell the RPI firmware to boot from USB, this feature is disabled and has to be enabled once per raspberry pi. You can do this from SSH by running the following command: echo program_usb_boot_mode=1 | sudo tee -a /boot/config.txt...
by Bram | Jan 3, 2020 | Blog, Homeautomation, Linux
Since LetsEncrypt doesnt support renewal of port 443 you can use the DNS-Challenge if you are not allowed or able to use Port 80. The renew function is not working, however if you own the DNS zone and can edit it is pretty easy to create a new certificate and use a...