mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-26 18:25:06 -06:00
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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user