Configure Livy with Custom SSL Encryption
This topic describes how to configure Livy with custom SSL encryption.
Procedure
-
By default, on a secure cluster, Livy reads the
ssl-server.xml
file and configures SSL from this file. -
If you want to use custom SSL configuration, add the following properties to the
livy.conf
file:## Use this keystore for the SSL certificate and key. livy.keystore = <path-to-ssl_keystore> # Specify the keystore password. livy.keystore.password = <password> # Specify the key password. livy.key-password = <password>