From c328d94cfb7fc21291ef04e99a6452f58d84ed26 Mon Sep 17 00:00:00 2001 From: Daniel Nata Nugraha Date: Thu, 30 Jan 2025 14:49:05 +0100 Subject: [PATCH] docs(examples) Fix SuperNode authentication docs (#4881) --- framework/docs/source/how-to-authenticate-supernodes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/docs/source/how-to-authenticate-supernodes.rst b/framework/docs/source/how-to-authenticate-supernodes.rst index 16d347a5b039..9b1e5ad74d50 100644 --- a/framework/docs/source/how-to-authenticate-supernodes.rst +++ b/framework/docs/source/how-to-authenticate-supernodes.rst @@ -77,7 +77,7 @@ that the authentication feature can only be enabled in the presence of TLS. .. dropdown:: Understand the command * ``--auth-list-public-keys``: Specify the path to a CSV file storing the public keys of all SuperNodes that should be allowed to connect with the SuperLink. - A valid CSV file storing known node public keys should list the keys in OpenSSH format, separated by commas and without any comments. Refer to the code sample, which contains a CSV file with two known node public keys. + A valid CSV file storing known node public keys should list the keys in OpenSSH format, separated by commas. Refer to the code sample, which contains a CSV file with two known node public keys. Enable node authentication in SuperNode ---------------------------------------