You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-Djavax.net.ssl.cfgFileLocation=NONE ( or for PKCS11; /etc/opensc/pkcs11_java.cfg )
18
18
-Djavax.net.debug=keymanager
19
19
20
20
2) Create a file called .pki inside of your user home .eclipse directory. Once you startup eclipse it will create a template in your .eclipse directory that you can update with your personal PKI setup. You can use either a PKCS11 or PKCS12 KeyStore setup. The .pki file for a PKCS12 setup should look similar to the following;
@@ -25,7 +25,7 @@ This package allows a user to setup an SSLContext to use inside the Eclipse arch
25
25
26
26
javax.net.ssl.keyStore=/home/user/Certificates/your_org.p12 ( or specify NONE for PKCS11 )
27
27
javax.net.ssl.keyStoreType=PKCS12 ( or specify PKCS11 )
28
-
javax.net.ssl.keyStorePassword=[Clear Text] ( Eclipse will encrypt on startup )
28
+
javax.net.ssl.keyStorePassword=Clear Text Password ( Eclipse will encrypt on startup )
29
29
30
30
javax.net.ssl.keyStoreProvider=PKCS12 ( or for PKCS11 use; SunPKCS11 )
31
31
javax.net.ssl.cfgFileLocation=NONE ( or for PKCS11; /etc/opensc/pkcs11_java.cfg )
0 commit comments