Two-way SSL authentication Server & Client.
Copy your certificate files (include KeyStore, TrustStore) to: server/src/main/resources
- Path: server/pom.xml
- Edit:
jetty.sslContext.keyStorePath
jetty.sslContext.keyStorePassword
jetty.sslContext.keyManagerPassword
jetty.sslContext.trustStorePath
jetty.sslContext.trustStorePassword
Run:
$ mvn jetty:run
Stop:
$ mvn jetty:stop
Copy your certificate files (include KeyStore, TrustStore) to: client/src/main/resources
- Path: client/src/main/resources/config.properties
- Edit:
keyStore
,keyStorePassword
,trustStore
,targetURL