From ae93953682e5073ac39d2fae8f4c9e1ae2f96d52 Mon Sep 17 00:00:00 2001 From: moosemanf <35728959+moosemanf@users.noreply.github.com> Date: Mon, 17 Feb 2025 10:59:09 +0100 Subject: [PATCH] Update dynamic-security.md the cli arguments in the example went out of sync with the actual commands certfile -> cert and keyfile -> key --- www/pages/documentation/dynamic-security.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/pages/documentation/dynamic-security.md b/www/pages/documentation/dynamic-security.md index b9510800..5a9a0ff8 100644 --- a/www/pages/documentation/dynamic-security.md +++ b/www/pages/documentation/dynamic-security.md @@ -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