Dears, I'm using docker image for wiremock, wirem...
# wiremock-java
u
Dears, I'm using docker image for wiremock, wiremock/wiremock:latest and Im trying to have an mtls setup in the wiremock itself The script that I'm running is
docker run -it --rm -p 8443:13443 -v './certs:/home/wiremock/certs'  -v './__files:/home/wiremock/__files' -v './mappings:/home/wiremock/mappings' wiremock/wiremock --https-port 8443 --https-truststore certs/truststore.p12 --truststore-password password --https-keystore certs/keystore.p12 --keystore-password password --verbose