SSL communication settings

This section describes the settings for use of HULFT DataCatalog with HTTPS communication.

= Remarks =

When SSL communication is enabled, the URL of HULFT DataCatalog changes from "http" to "https."

1. In the folder containing the jar file for the application, place a certificate (pks 12 format) and "application.properties" with the following fields set. (The setting values are examples.)

server.ssl.enabled=true                      (Whether to enable SSL or not)
server.ssl.key-store=./keystore.p12          (File path of the certificate)
server.ssl.key-store-password=password       (Password for the certificate)
server.ssl.key-store-type=PKCS12             (Type of the keystore)
server.ssl.key-alias=datacatalog             (Alias name that you set)
= Remarks =
  • Use pks 12 format for the certificate, not pem format.

  • For details on the fields that can be set for "application.properties," refer to Setting fields.

2. Restart the HULFT DataCatalog service.