作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
概览:
我使用了 wiremock Standalone 2.1.11 并执行了以下操作来为我的请求启用 HTTPS URL,但无济于事:
java -jar wiremock-standalone-2.1.11.jar --port 8920 --https-port 8921 --https-keystore /home/wiremock/keystore/clientkeystore --verbose
最佳答案
keytool -genkey -alias wiremock -keyalg RSA -keysize 1024 \
-validity 365 -keypass password -keystore identity.jks -storepass password
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout localhost.key -out localhost.crt -config localhost.conf
keytool -import -trustcacerts -alias mock -file localhost.crt -keystore identity.jks
java -jar wiremock-1.54-standalone.jar --https-port 8443 --https-keystore
./identity.jks
关于https - 如何为独立的 Wiremock 启用 HTTPS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39850326/
我是一名优秀的程序员,十分优秀!