Certificate Helper WIKI
Welcome to the Certificate Helper Wiki Home page!
Certificate-helper is a utility desktop application written in Java designed and created to assist (mainly developers) in creating and viewing keystores and digital certificates. This is done via a Swing UI.
Features:
The current version supports the following:
- Load a keystore and view its certificates
- Extract private-public key pair of a keystore in PEM format
- Create private credentials and store them in a keystore
- Create private credentials (user can configure size of key) along with certificate signed by a key of the user’s choosing. I.e. it is possible to create certificates that are not self-signed but create hierarchies.
- Create X.509 V3 certificates with extensions
- User can configure the validity date of a certificate; so it is possible to create expired certificates or not yet valid certificates (can be useful during development testing)
- Convert a certificate in PEM format (or view it in PEM format)
- A light OCSP responder is build-into the tool (in beta yet). It responds to HTTP POST requests (only) for certificates consulting a status file configured and updated by the user. Can be used during development testing if no OCSP infrastructure is available.
- Create a truststore from a collection of certificates the user chooses
- Export certificates from a keystore
The keystores types supported are #PKCS12 and JKS
New:
- Certificate Helper has been migrated to an E4 application with improved UI and additional facilities:
- Sign from PEM file
- Convert between keystore types (JKS<->PKCS12)
- Load a certificate directly in the application
- Create truststore from selected certificates (from within the application or the file system)
Download the version suitable to your OS.
All the necessary information for using Certificate Helper is in the Main Contents
For any bug/issues please contact efstathios_cryptohelper@yahoo.com