Enable Security in Redirector Service

Create Key store file:

  1. Create a keystore named as “HODServerKeyStore.jks”.

  2. The password for HODServerKeyStore.jks must be hodpwd.

  3. Add all required certificates from Certificate Authority (CA) or a self-signed certificate to HODServerKeyStore.jks.

Copy Key store File:

  1. Place the Keystore file in the directory where the Dockerfile exists

  2. Uncomment below command in the docker file(hacpee_container_readme ➜ Custom_Image ➜ Dockerfile_redirector) to copy the HODServerKeyStore.jks to the certificates folder.

COPY --chown=1001:0 HODServerKeyStore.jks home/redirector/certificates