mirror of
https://github.com/eclipse/mosquitto.git
synced 2025-05-09 01:01:11 +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
|
--cafile /path/to/my/CA.crt
|
||||||
--certfile /path/to/my/client.crt
|
--cert /path/to/my/client.crt
|
||||||
--keyfile /path/to/my/client.key
|
--key /path/to/my/client.key
|
||||||
-u admin
|
-u admin
|
||||||
-h mosquitto.example.com
|
-h mosquitto.example.com
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user