From 3f3e8a2e45f916d032cb7dcf56828f1c065f6599 Mon Sep 17 00:00:00 2001 From: bhaskarkishore <50350646+bhaskarkishore@users.noreply.github.com> Date: Wed, 16 Feb 2022 13:47:17 +0530 Subject: [PATCH] Updated conf doc --- proxy.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/proxy.conf b/proxy.conf index 4497b61..b0a44e1 100644 --- a/proxy.conf +++ b/proxy.conf @@ -97,11 +97,12 @@ "pool_connection_timeout": 30 # Optional SSL mode. If not set, will default to `prefer`. - # Other values as supported by tokio-postgres are `require`, `disable` + # Other values as supported by tokio-postgres are `require`, `disable`. + # Note that `require` here is equivalent to `verify-full` elsewhere. #"ssl_mode": "require", # Optional CA certificate path for use with the above `ssl_mode` parameter - #"cert_path": "/opt/imageproxy/ca.crt" + #"ca_cert": "/opt/imageproxy/ca.crt" } # Cache configuration