You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2020/04/24 12:18:39 UTC

[GitHub] [zeppelin] Reamer commented on a change in pull request #3747: [ZEPPELIN-4774] TLS - create Keystores with PEM files

Reamer commented on a change in pull request #3747:
URL: https://github.com/apache/zeppelin/pull/3747#discussion_r414531262



##########
File path: conf/zeppelin-site.xml.template
##########
@@ -456,6 +456,38 @@
 </property>
 -->
 
+<!--
+<property>
+  <name>zeppelin.ssl.pem.key</name>
+  <value></value>
+  <description>Path to a TLS key file saved as pem.</description>
+</property>
+-->
+
+<!--
+<property>
+  <name>zeppelin.ssl.pem.key.password</name>
+  <value></value>
+  <description>Password of the TLS key file saved as pem.</description>
+</property>
+-->
+
+<!--
+<property>
+  <name>zeppelin.ssl.pem.cert</name>
+  <value></value>
+  <description>Path to a TLS full certificate chain file saved as pem.</description>
+</property>
+-->
+
+<!--
+<property>
+  <name>zeppelin.ssl.pem.ca</name>
+  <value></value>
+  <description>Path to a TLS certificate file containing all client certificates</description>

Review comment:
       Updated description with the help of [Apache documentation](https://httpd.apache.org/docs/current/mod/mod_ssl.html#sslcacertificatefile).




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org