This message was deleted.
# help
s
This message was deleted.
o
Hi. Indeed the docs are not great on that part. The steps would be: 1. Follow https://wiremock.org/docs/https/, but by using CLI arguments from https://wiremock.org/docs/standalone/java-jar/#command-line-options 2. You can see there is a bunch of HTTPs related arguments. Choose those that are needed for your configuration, and pass them using the
WIREMOCK_OPTIONS
argument or just as arguments in the
docker run
command] 3. Pass the certificate files via Docker volumes. The location paths are determined via CLI arguments
t
thank you for the help, I got it working!
👍 1