Using Java Keytool | Apps by Alex Beaty

Apps by Alex Beaty

Showcase for my portfolio and service for the Apps that I build and maintain, such as Mancala Fantasy - Online

Using Java Keytool

Tags: Secure Chat Server 1 , Java , OpenSSL ,

Before embarking on rewriting my Secure Chat Server 1 from Java into C#, I spent some time reviewing Oracle’s documentation for Java CAPS. These guides were invaluable for me when I made a 100% Java written client and server which needed to access certificates and exchange them to create an SSL connection, as well as for other cryptography protocols I implemented.

I will provide them below for future reference:

My favorite tutorials for Java keytool and signing certificates with OpenSSL

Scroll to top tarzipsource code