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 <krishna.adharapurapu@rakuten.com>
This commit is contained in:
Krishna Pramod A
2022-05-13 17:01:00 +05:30
committed by GitHub
parent 2c650693ab
commit d239bbbfeb
+1 -1
View File
@@ -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.