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:
parent
c85313dbde
commit
ae93953682
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user