Skip to content

jackblackevo/mutual-authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mutual-authentication

Two-way SSL authentication Server & Client.

Server

Certificate Files

Copy your certificate files (include KeyStore, TrustStore) to: server/src/main/resources

pom.xml

  • Path: server/pom.xml
  • Edit:
    • jetty.sslContext.keyStorePath
    • jetty.sslContext.keyStorePassword
    • jetty.sslContext.keyManagerPassword
    • jetty.sslContext.trustStorePath
    • jetty.sslContext.trustStorePassword

Run & Stop

Run:

$ mvn jetty:run

Stop:

$ mvn jetty:stop

Client

Certificate Files

Copy your certificate files (include KeyStore, TrustStore) to: client/src/main/resources

config.properties

  • Path: client/src/main/resources/config.properties
  • Edit: keyStore, keyStorePassword, trustStore, targetURL

Releases

No releases published

Packages

No packages published

Languages