I am able to generate the wiremock.jks using the `...
# help
j
I am able to generate the wiremock.jks using the
Copy code
keytool -genkey -alias profiler -keyalg RSA -keysize 1024 -validity 1365 -keypass password -keystore wiremock.jks -storepass password -ext SAN=dns:localhost,ip:0.0.0.0
and start the wiremock using the following from command prompt : C:\jdk-22.0.1\bin\java -cp "wiremock-standalone-3.9.1.jar;wiremock-graphql-extension-0.9.0-jar-with-dependencies.jar" wiremock.Run --extensions io.github.nilwurtz.GraphqlBodyMatcher --port 9999 --https-port 2929 --https-keystore wiremock.jks --https-truststore wiremock.jks --enable-browser-proxying --trust-all-proxy-targets --verbose