Specify the keystore of certificates using the javax.net.ssl.keyStore system property: : Certificate « Security « Java






Specify the keystore of certificates using the javax.net.ssl.keyStore system property:

   

java -Djavax.net.ssl.keyStore=mySrvKeystore -Djavax.net.ssl.keyStorePassword=123456 MyServer

   
    
    
  








Related examples in the same category

1.Signature Test
2.Retrieving a Certificate from a Key Store
3.Adding a Certificate to a Key Store
4.Creating a Certification Path
5.Listing the Most-Trusted Certificate Authorities (CA) in a Key Store
6.Validating a Certification Path using the most-trusted CAs in the JDK's cacerts file.
7.Importing a Certificate from a File
8.Retrieving the Certification Path of an SSL Server
9.Getting the Subject and Issuer Distinguished Names of an X509 Certificate
10.Creates a CertStore from the contents of a file-system directory.