1
0
mirror of https://github.com/eclipse/mosquitto.git synced 2025-05-08 16:52:13 +08:00

Update dynamic-security.md

the cli arguments in the example went out of sync with the actual commands certfile -> cert and keyfile -> key
This commit is contained in:
moosemanf 2025-02-17 10:59:09 +01:00 committed by Roger Light
parent c85313dbde
commit ae93953682

View File

@ -401,8 +401,8 @@ they would be provided on the command line. For example:
```
--cafile /path/to/my/CA.crt
--certfile /path/to/my/client.crt
--keyfile /path/to/my/client.key
--cert /path/to/my/client.crt
--key /path/to/my/client.key
-u admin
-h mosquitto.example.com