Skip to content

Dylanb-dev/CITS3002

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CITS3002

MADE IN ECLIPSE IDE

EACH PROGRAM RUNS IN ITS OWN PACKAGE

KEYS/CERTS IN /BIN

SSL KEY CREATION

Create a Key for the Server with:

keytool -genkeypair -alias NAME -keystore NAME.jks

(follow prompts)

Create a Server Cert with:

keytool -exportcert -alias NAME -file NAME.crt -keystore name.jks -storepass NameJKS

Move Server Cert to client folder and generate a key with:

keytool -importcert -alias NAME -file Name.crt -keystore NAMEpublic.jks -storepass NamePublicJKS

About

CITS3002 Project - Networking and Security

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages