Skip to content

Commit

Permalink
Update config_example.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Labarussias <issif+github@gadz.org>
Signed-off-by: Jorge Carpio <carpioldc@gmail.com>
  • Loading branch information
ibice and Issif authored Aug 11, 2023
1 parent a3c98d3 commit f72855c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mutualtlsclient: # takes priority over mutualtlsfilespath if not emtpy
keyfile: "/etc/certs/client/client.key" # client key
cacertfile: "/etc/certs/client/ca.crt" # for server certification
tlsclient:
cacertfile: "/etc/certs/client/ca.crt" # added to the system's tls CA pool
cacertfile: "/etc/certs/client/ca.crt" # CA certificate file for server certification on TLS connections, appended to the system CA pool if not empty
tlsserver:
deploy: false # if true, TLS server will be deployed instead of HTTP
certfile: "/etc/certs/server/server.crt" # server certification file
Expand Down

0 comments on commit f72855c

Please sign in to comment.