Go to file
James Pace f09ff2c9f7 Initial implementation, plus test programs. 2021-11-17 02:01:08 +00:00
include/jwp-plugin Initial implementation, plus test programs. 2021-11-17 02:01:08 +00:00
src Initial implementation, plus test programs. 2021-11-17 02:01:08 +00:00
test Initial implementation, plus test programs. 2021-11-17 02:01:08 +00:00
.gitignore Initial iteration of plugin. 2021-11-08 00:47:39 +00:00
CMakeLists.txt Initial implementation, plus test programs. 2021-11-17 02:01:08 +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
priv.key Initial implementation, plus test programs. 2021-11-17 02:01:08 +00:00
pub.key Initial implementation, plus test programs. 2021-11-17 02:01:08 +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