Skip to content

Vetrox/server007

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setup

generate self-signed certificate and trust it in the client

server

run $ keytool -genkeypair -alias server007 -keyalg RSA -keysize 2048 -keystore keystore007.jks -storepass changeit -validity 36500 -dname "CN=localhost, OU=dev, O=vetrox, L=james, ST=bond, C=XX" -ext "SAN=dns:localhost" and specify password changeit.

client

-javaagent:/path/to/proxy007-1.0.0.jar-javaagent:/path/to/proxy007-1.0.0.jar=trust=/path/to/keystore007.jks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages