Skip to content

Commit

Permalink
docs/content: Correct --tls-ca-cert-path in security doc (#4686)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
pramodak committed May 13, 2022
1 parent 2c65069 commit d239bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/security.md
Expand Up @@ -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.

Expand Down

0 comments on commit d239bbb

Please sign in to comment.