Skip to content

Commit

Permalink
remove not needed space character, fixed typo in SSL_CA_DN_REQUEST_FILE
Browse files Browse the repository at this point in the history
  • Loading branch information
hhund committed Oct 2, 2023
1 parent bb0a9dc commit 51370f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dsf-docker/fhir_proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Description: To set apache config param `SSLCACertificateFile`, with the trusted

**SSL_CA_DN_REQUEST_FILE**
Description: To set apache config param `SSLCADNRequestFile` with client certificate signing CAs to modify the "Acceptable client certificate CA names" send to the client.
Default: All CAs from **SSL_CA_DN_REQUEST_FILE** if not set.
Default: If not set, all CAs from **SSL_CA_CERTIFICATE_FILE** are used for the "Acceptable client certificate CA names".

**SSL_VERIFY_CLIENT**
Description: To set apache config param `SSLVerifyClient `, default value `require`, set to `optional` when using OIDC authentication.
Description: To set apache config param `SSLVerifyClient`, default value `require`, set to `optional` when using OIDC authentication.

**PROXY_PASS_TIMEOUT_HTTP**
Description: timeout (seconds) for reverse proxy to app server http connection, time the proxy waits for a reply.
Expand Down

0 comments on commit 51370f1

Please sign in to comment.