opentelemetry-java-instrume.../testing-common/src/misc
Anuraag Agrawal d79fb8cc84
Use local server to test HTTPS instead of google.com (#3236)
2021-06-11 08:04:17 +09:00
..
README.md Use local server to test HTTPS instead of google.com (#3236) 2021-06-11 08:04:17 +09:00
testing-keystore.p12 Use local server to test HTTPS instead of google.com (#3236) 2021-06-11 08:04:17 +09:00

README.md

testing-keystore.p12 generated with

keytool -genkeypair -keyalg RSA -keysize 2048 -storetype PKCS12 -keystore testing-keystore.p12 -validity 3650 -dname "CN=localhost" -ext "SAN=dns:localhost,ip:127.0.0.1"

password = testing