From 7affc696f16f350711ccde5b6ad8595e19d9bd58 Mon Sep 17 00:00:00 2001 From: Drew Bednar Date: Thu, 19 Sep 2024 20:16:17 -0400 Subject: [PATCH] adding additional resource --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 77f68fc..c9530cc 100644 --- a/README.md +++ b/README.md @@ -43,4 +43,5 @@ make stop-dev - [Caddy as reverse proxy](https://github.com/caddyserver/caddy) - [Using Python paho MQTT client with TLS](https://cedalo.com/blog/configuring-paho-mqtt-python-client-with-examples/) - [ESP32 Micropython MQTT with TLS](https://dev.to/bassparanoya/esp32-micropython-mqtt-tls-28fd): Note cert file format for uPy MQTT client needs to be in .der format which is a binary format. -- [TLS refresher](http://www.steves-internet-guide.com/ssl-certificates-explained/) \ No newline at end of file +- [TLS refresher](http://www.steves-internet-guide.com/ssl-certificates-explained/) +- [HA Mosquitto in K8s](https://sko.ai/blog/how-to-run-ha-mosquitto/) \ No newline at end of file