This is an automated email from the ASF dual-hosted git repository.
frankchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 1506b26ce4 fix typo (#12607)
1506b26ce4 is described below
commit 1506b26ce4024d4f1a4bb8785dcf73015a1e2013
Author: Victoria Lim <[email protected]>
AuthorDate: Fri Jun 3 22:14:18 2022 -0700
fix typo (#12607)
---
docs/operations/security-overview.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/operations/security-overview.md
b/docs/operations/security-overview.md
index 39cb0cad47..007240f843 100644
--- a/docs/operations/security-overview.md
+++ b/docs/operations/security-overview.md
@@ -108,7 +108,7 @@ druid.extensions.loadList=[.......,
"simple-client-sslcontext"]
# Setup client side TLS
druid.client.https.protocol=TLSv1.2
druid.client.https.trustStoreType=jks
-druid.client.https.trustStorePath=truststore.jks # replace with correct
turstStore file
+druid.client.https.trustStorePath=truststore.jks # replace with correct
trustStore file
druid.client.https.trustStorePassword=secret123 # replace with your own
password
# Setup server side TLS
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]