¡@

Home 

java Programming Glossary: client1.jks

Mutual-authentication with web services

http://stackoverflow.com/questions/2240931/mutual-authentication-with-web-services

name client1 keytool importkeystore destkeystore client client1.jks deststoretype jks srckeystore client client1.p12 srcstoretype.. pkcs12 keytool exportcert alias client1 keystore client client1.jks file client client1.cer # Import public keys and certificates.. alias server file server server.cer keystore client client1.jks keytool import noprompt trustcacerts alias my_ca file ca ca.pem..