Jakub Vana
04/04/2025, 1:05 PMMissingResourceException
. It is interesting, beacuse if I remove the keystore password from the command I getting the keystore password was incorrect
message so the provided certificate should be mounted right. Thank you very much for help.
docker run -p 8443:8443 -v C:/wiremock/ssl:/ssl wiremock/wiremock --https-port 8443 --https-keystore /ssl/localhost.p12 --https-keystore-password password
Richa Tekriwal
04/08/2025, 2:58 PM