i have trusted certificates and a KeyStore that is protected by a password,
i have an app created and trying to use these certificates and keystore file (and password) to connect to a https url,
if there are other info that is helpful please let me know,
Cheers for info in advance
Aryan Khan
Ranch Hand
Joined: Sep 12, 2004
Posts: 289
posted
0
Hope this helps. Aryan.
OCP/MCP/SCJP/SCWCD/IBM XML/SCMAD/SCEA-1
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35237
7
posted
0
You can specify which keystore to use by starting the app like this (where mySrvKeystore is a file name or path):
But it'll be easier in the long run to install the certificate into the system-wide keystore; then you don't need to specify it any time you need to use it because then it'll be found and used automatically.
Niall Loughnane
Ranch Hand
Joined: Dec 07, 2006
Posts: 200
posted
0
are these correct:
- when certificates are created, there are 3 created: # Identity certificate # Root certificate # Intermediate certificate
- a PKCS #12 file, is the same as a jks file, but in a different format and the certificates are loaded into the PKCS #12 file or the jks file
- the certificate that is loaded into the jks is the root certificate
- whats the difference between a keyStore and a trustore?
Cheers
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.