Skip to content

Commit a882201

Browse files
JavaJoeSjukzi
authored andcommitted
Add text for option number 1
1 parent ab02f29 commit a882201

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

team/bundles/org.eclipse.core.pki/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ This package allows a user to setup an SSLContext to use inside the Eclipse arch
77

88
1) Add the following properties to the eclipse.ini or similiar start up.
99

10-
-Djavax.net.ssl.keyStoreType=
11-
-Djavax.net.ssl.keyStorePassword=
12-
-Djavax.net.ssl.encryptedPassword=
10+
-Djavax.net.ssl.keyStoreType=PKCS12 ( or specify PKCS11 )
11+
-Djavax.net.ssl.keyStorePassword=Clear Text Password
12+
-Djavax.net.ssl.keyStore=/home/user/Certificates/your_org.p12 ( or specify NONE for PKCS11 )
1313

1414
-Djavax.net.ssl.trustStorePassword=changeit
15-
-Djavax.net.ssl.trustStore=/etc/pki/ca-trust/extracted/java/cacerts
15+
-Djavax.net.ssl.trustStore=/etc/pki/java/cacerts
1616
-Djavax.net.ssl.trustStoreType=JKS
17-
17+
-Djavax.net.ssl.cfgFileLocation=NONE ( or for PKCS11; /etc/opensc/pkcs11_java.cfg )
1818
-Djavax.net.debug=keymanager
1919

2020
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
2525

2626
javax.net.ssl.keyStore=/home/user/Certificates/your_org.p12 ( or specify NONE for PKCS11 )
2727
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 )
2929

3030
javax.net.ssl.keyStoreProvider=PKCS12 ( or for PKCS11 use; SunPKCS11 )
3131
javax.net.ssl.cfgFileLocation=NONE ( or for PKCS11; /etc/opensc/pkcs11_java.cfg )

0 commit comments

Comments
 (0)