ot4i / ace-docker

75 stars 167 forks source link

Error processing configuration in folder truststore: /usr/local/bin/ace_config_truststore.sh: exit status 1: #143

Closed niconiew closed 4 years ago

niconiew commented 4 years ago

Hi Referring to https://hub.docker.com/r/ibmcom/ace-mq topic: /home/aceuser/initial-config/truststore

As understood by mounting a certificate to truststore path the cert will be imported into the truststore file as a trusted Certificate Authority's certificate. When mounting a certificate mydomain.com.crt to path /home/aceuser/initial-config/truststore, then getting the below Truststore Error during container startup.

No error occurs when mounting the certificate to /home/aceuser/initial-config/keystore, but no need to set it up as a keystore.jks, assume the cert should not be mounted as a keystore...

Truststore Error: Error processing configuration in folder truststore: /usr/local/bin/ace_configtruststore.sh: exit status 1: Stopping Integration Server

Should the certificate be mounted to keystore or trustore path? Any help will be appreciated

Thanks Nic