Sunday 15 April 2012

x509certificate - How to generate Java keystore from X.509 Certificate -



x509certificate - How to generate Java keystore from X.509 Certificate -

i trying generate java keystore x.509 certificate file, , don't know how. on other word, want convert x.509 (application/pkix-cert) java keystore (application/x-java-keystore). have thought how ? thanks

for add together certificate keystore this:

keytool -importcert -keystore [keystore location, varies, can e.g. /etc/pki/java/cacerts] -storepass changeit -file /tmp/lb.cert -alias newselfsignedkey -noprompt

java x509certificate keystore truststore

No comments:

Post a Comment