Go to file
James Pace c76ff553cc Add program to generate long lived tokens. Use python to get a token directly. 2022-03-22 23:13:43 +00:00
include/j7s-plugin Rename package. 2022-03-16 23:49:17 +00:00
src Add program to generate long lived tokens. Use python to get a token directly. 2022-03-22 23:13:43 +00:00
test Add program to generate long lived tokens. Use python to get a token directly. 2022-03-22 23:13:43 +00:00
.gitignore Initial iteration of plugin. 2021-11-08 00:47:39 +00:00
CMakeLists.txt Add program to generate long lived tokens. Use python to get a token directly. 2022-03-22 23:13:43 +00:00
LICENSE Documentation update. 2021-11-20 15:05:32 +00:00
README.md Add program to generate long lived tokens. Use python to get a token directly. 2022-03-22 23:13:43 +00:00
external-deps.cmake Add program to generate long lived tokens. Use python to get a token directly. 2022-03-22 23:13:43 +00:00

README.md

j7s-mosquitto-plugin

Authentication using JWTs for the mosquitto mqtt broker.

Dependencies

sudo apt install mosquitto-dev g++ cmake libmosquitto-dev mosquitto-clients openssl libssl-dev

Generating offline keys

ssh-keygen -t rsa -b 4096 -m PEM -f priv.key rm priv.key.pub openssl rsa -in priv.key -pubout -outform PEM -out pub.key