c2/readme.md

11 lines
302 B
Markdown

# c2 - Command and control #
## mqtts ca certificates ##
- combine root authority certificate and intermediary certificates into one `.pem` file
`cat rootcert.pem intermediarycert.pem > cacert.pem`
## mqtt topic structure ##
`<major scope>/<minor scope>/<type of device>/<device>/<specific topic>`