Java keystore managers
In case that someone needs more realistic Private Key Infrastructure (PKI) not only self-signed certificate from "SnakeOil" :-)
Portecle - let you use GUI key manager for java keystore
CSR Tool - another tool
API to generate CSR - how to java sourcecode
Verising CSR Check - just a real check from real CA
I need:
Portecle - let you use GUI key manager for java keystore
CSR Tool - another tool
API to generate CSR - how to java sourcecode
Verising CSR Check - just a real check from real CA
Use case to consider:
I want to be able to verify that certain public key infrastructure works as expected I should follow real world CA scenario as possible.I need:
- self signed root CA CERT
- client key pair
- client to create certificate signing request (CSR)
- CA server to verify elegibility for CERT with particular attributes
- CA server to issue (sign) a CERT
- client to deploy CERT into own infrastructure
- Let the client verify server by CA of CERT
- Let the server verify client by CA of CERT
Comments