Certificates are mounted to the Kubernetes pod and it generates keystore and truststore
{
"type": "liberty_message",
"message": "CWPKI0033E: The keystore located at \/opt\/ibm\/wlp\/output\/defaultServer\/resources\/security\/trust.p12 did not load because of the following error: keystore password was incorrect",
}
I think this is due to the fact that. each time entrypoint runs it creates new password, but old trust.p12 exists.
Certificates are mounted to the Kubernetes pod and it generates keystore and truststore
I think this is due to the fact that. each time entrypoint runs it creates new password, but old trust.p12 exists.