Hi, I’m using wiremock-studio (former docker image...
# general
m
Hi, I’m using wiremock-studio (former docker image provided by up9inc : up9inc/wiremock-studio:2.32.0-18) Everything works well. But I try to proxy some of my requests through an HTTPS server. I’ve certificates but I do not know how to install it within my docker container. I’ve tried to put a ca-keystore.jks in ./root/wiremock and call : /__admin/certs/wiremock-ca.crt
Copy code
Keystore was tampered with, or password was incorrect
I do have the password but I do not know how to install this keystore on my machine 😞 Thanks for your help.