Good Day. I am new to WireMock. I am using Docker ...
# help
l
Good Day. I am new to WireMock. I am using Docker to launch the WireMock container. I got it to working following : https://wiremock.org/docs/standalone/docker/ Now I wanted to extend it with using some self signed certs. I saw there was a script in https://github.com/wiremock/wiremock/tree/master/scripts that created some certs. I tried running and creating the 2 keystores. My question is, how would I load those keystore to my container and run wiremock with those keystores? Thanks in advance.