Skip to content

Commit

Permalink
readme cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Tero Saarni <[email protected]>
  • Loading branch information
tsaarni committed Oct 31, 2024
1 parent c60665e commit 29941fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ Prerequisites:
The list is configured as a command line parameter to `kc.sh` in the following format:

```
--spi-x509cert-lookup-envoy-cert-path-verify="[ [ <leaf-cert-subject>, <intermediate-cert-subject>, ... ], ... ]"
--spi-x509cert-lookup-envoy-cert-path-verify='[[ "<leaf-subject>", "<intermediate-subject>", ... ], ... ]'
```

Alternatively, you can set the environment variable `KC_SPI_X509CERT_LOOKUP_ENVOY_CERT_PATH_VERIFY=[[ "CN=envoy" ]]` or specify `spi-x509cert-lookup-envoy-cert-path-verify=[[ "CN=envoy-client" ]]` in the Keycloak configuration file.
Alternatively, you can set the environment variable `KC_SPI_X509CERT_LOOKUP_ENVOY_CERT_PATH_VERIFY=[[ "CN=envoy" ]]` or specify `spi-x509cert-lookup-envoy-cert-path-verify=[[ "CN=envoy" ]]` in the Keycloak configuration file.

The parameter is optional and its behavior is as follows:

Expand Down

0 comments on commit 29941fa

Please sign in to comment.