DOC : Maj notes
This commit is contained in:
parent
7c3f1f734b
commit
a8422623c8
4
notes.md
4
notes.md
@ -41,11 +41,11 @@ docker run -it --rm -v /tmp:/mosquitto/config eclipse-mosquitto mosquitto_passwd
|
|||||||
|
|
||||||
```
|
```
|
||||||
docker run -it --rm \
|
docker run -it --rm \
|
||||||
-v .:/mosquitto/config \
|
-v ./pi-demo.home.crt:/tmp/pi-demo.home.crt \
|
||||||
eclipse-mosquitto mosquitto_sub \
|
eclipse-mosquitto mosquitto_sub \
|
||||||
-h pi-demo.home \
|
-h pi-demo.home \
|
||||||
-p 8883 \
|
-p 8883 \
|
||||||
--cafile ./mosquitto/config/pi-demo.home.crt \
|
--cafile /tmp/pi-demo.home.crt \
|
||||||
-u admin -P $pwd \
|
-u admin -P $pwd \
|
||||||
-t zigbee2mqtt/sens-vent -t zigbee2mqtt/vitesse-vent \
|
-t zigbee2mqtt/sens-vent -t zigbee2mqtt/vitesse-vent \
|
||||||
-v
|
-v
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user