Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For information on configuring the cdap-security.xml file and CDAP for security, see the Security section.

Parameter name

Default Value

Description

dashboard.ssl.cert

 

SSL certificate file to be used for the CDAP UI.

dashboard.ssl.key

 

SSL key file corresponding to the SSL certificate specified in dashboard.ssl.cert

router.ssl.keystore.keypassword

 

Key password to the Java keystore file specified in router.ssl.keystore.path

router.ssl.keystore.password

 

Password to the Java keystore file specified in router.ssl.keystore.path

router.ssl.keystore.path

 

Path to the Java keystore file containing the certificate used for HTTPS on the CDAP Router.

router.ssl.keystore.type

JKS

Type of the Java keystore file specified in router.ssl.keystore.path

security.auth.server.ssl.keystore.keypassword

 

Key password to the Java keystore file specified in security.auth.server.ssl.keystore.path

security.auth.server.ssl.keystore.password

 

Password to the Java keystore file specified in security.auth.server.ssl.keystore.path

security.auth.server.ssl.keystore.path

 

Path to the Java keystore file containing the certificate used for HTTPS on the CDAP Authentication Server.

security.auth.server.ssl.keystore.type

JKS

Type of the Java keystore file specified in security.auth.server.ssl.keystore.path

...