[master] 051aa94f5 Docfix: Disable CLI authentication

Nils Goroll nils.goroll at uplex.de
Fri Oct 13 09:40:06 UTC 2023


commit 051aa94f5eb8a6df83b75e97a75fcb355e45a032
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Fri Oct 13 11:06:24 2023 +0200

    Docfix: Disable CLI authentication

diff --git a/doc/sphinx/users-guide/run_security.rst b/doc/sphinx/users-guide/run_security.rst
index 7265b1a7f..ad226fd36 100644
--- a/doc/sphinx/users-guide/run_security.rst
+++ b/doc/sphinx/users-guide/run_security.rst
@@ -136,10 +136,10 @@ On the local system, `varnishadm` can retrieve the filename from
 shared memory, but on remote systems, you need to give `varnishadm`
 a copy of the secret file, with the -S argument.
 
-If you want to disable -S/PSK authentication, specify '-S' with
-an empty argument to varnishd::
+If you want to disable -S/PSK authentication, use an ``-S none``
+argument to varnishd::
 
-	varnishd [...] -S "" [...]
+	varnishd [...] -S none [...]
 
 Parameters
 ^^^^^^^^^^


More information about the varnish-commit mailing list