...
Property | Description | ||
---|---|---|---|
install.sap.jdbc.user | Default value: This property specifies the username of the database that the Platform uses during runtime.
| ||
install.sap.jdbc.password | Example value: This property specifies the password for the jdbc user, previously described.
| ||
install.sap.host | Default value: This property specifies the IP address or hostname of the database instance. | ||
install.sap.db.name | Default value: MZ This property specifies the name of the SAP HANA database. | ||
install.sap.port.hdbsql | Default value: This property specifies the port that will be used for hdbsql client while provisioning the SAP HANA database. | ||
install.sap.port.jdbc | Default value: This property specifies the port that will be used during runtime for jdbc connections towards the SAP HANA database. | ||
install.sap.instance.number | Default value: This property specifies the SAP HANA instance number. | ||
install.sap.systemdb.name | Default value: SYSTEMDB This property specifies the SAP HANA System Database name. | ||
install.sap.tb.space.tab | Default value: This property specifies the name of the tablespace to use to create the table in. | ||
install.sap.ssl.encrypt | Default value: true This property enables SAP HANA TLS/SSL encryption. If set to true, you must configure install.sap.ssl.truststore, install.sap.ssl.truststorepassword, and install.sap.ssl.hostnameincertificate. | ||
install.sap.ssl.truststore | Default value: "" This property specifies the location and filename of the java keystore format truststore file. This property needs to be configured for both one way or mutual authentication. | ||
install.sap.ssl.truststorepassword | Default value: "" This property specifies the truststore password. If no password is configured, you can set "" (empty string) as the value. This property needs to be configured for both one way or mutual authentication. | ||
install.sap.ssl.hostnameincertificate | Default value: * This property specifies the hostname in the truststore certificate. You can use "*" as the value if there is no hostname configured. This property needs to be configured for both one way or mutual authentication. | ||
install.sap.ssl.keystore | Default value: "" This property specifies the location and filename of the keystore file. This property is only used when enabling mutual authentication. | ||
install.sap.ssl.keystoretype | Default value: "" This property specifies the keystore type. It can be JKS or PKCS12. This property is only used when enabling mutual authentication. | ||
install.sap.ssl.keystorepassword | Default value: "" This property specifies the password of the keystore. This property is only used when enabling mutual authentication. | ||
install.sap.ssl.sslcryptoprovider | Default value: "" This property specifies the TLS/SSL provider for keystores such as OpenSSL. This property is only used when enabling mutual authentication. |
...