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: us...@infra.apache.org