Skip to content

andreacomo/keytool-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Released Version

KeyTool Utility Project

This project try to simplify common operation with KeyTools such as:

  • generate a new key pair with self-signed certificate
  • add an existing private key and certificate
  • generate a new Certificate Sign Request (CSR)
  • sign a CSR and produce a certification chain (p7b)
Disclaimer:

In order to reduce dependencies, some classes of sun.security package has been used: may not compile on JDKs different than OpenJDK/Oracle.

How to use

Code is better than thousand words: check out KeyToolsTest!