Enable Security in Redirector Service
Create Key store file:
-
Create a keystore named as “HODServerKeyStore.jks”.
-
The password for HODServerKeyStore.jks must be hodpwd.
-
Add all required certificates from Certificate Authority (CA) or a self-signed certificate to HODServerKeyStore.jks.
Copy Key store File:
-
Place the Keystore file in the directory where the Dockerfile exists
-
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