From d239bbbfeb10bea55e5cbb9295774372fc2b89c7 Mon Sep 17 00:00:00 2001 From: Krishna Pramod A Date: Fri, 13 May 2022 17:01:00 +0530 Subject: [PATCH] docs/content: Correct --tls-ca-cert-path in security doc (#4686) Change --tls-ca-cert-path to --tls-ca-cert-file since --tls-ca-cert-path is not a valid option (and a typo) Fixes: #4678 Signed-off-by: Krishna Pramod A --- docs/content/security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/security.md b/docs/content/security.md index 38a86e29b7..3a777c6d88 100644 --- a/docs/content/security.md +++ b/docs/content/security.md @@ -119,7 +119,7 @@ value will be undefined when the authorization policy is evaluated. - Client TLS certificates: Client TLS authentication is enabled by starting OPA with ``--authentication=tls``. When this authentication mode is enabled, OPA will require all clients to provide a client certificate. It is verified -against the CA certificate(s) provided via `--tls-ca-cert-path`. Upon successful +against the CA certificate(s) provided via `--tls-ca-cert-file`. Upon successful verification, the `input.identity` value is set to the TLS certificate's subject.