Go to file
James Pace e559e1dbdb Move hack to external-deps.cmake. 2021-11-08 04:33:25 +00:00
src Add jwt example. 2021-11-08 03:12:21 +00:00
test Initial iteration of plugin. 2021-11-08 00:47:39 +00:00
.gitignore Initial iteration of plugin. 2021-11-08 00:47:39 +00:00
CMakeLists.txt Move hack to external-deps.cmake. 2021-11-08 04:33:25 +00:00
README.md Add jwt example. 2021-11-08 03:12:21 +00:00
external-deps.cmake Move hack to external-deps.cmake. 2021-11-08 04:33:25 +00:00

README.md

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

sudo apt install openssl libssl-dev

openssl genpkey -algorithm Ed25519 -out priv.key openssl pkey -in priv.key -pubout > pub.key