Skip to content

Commit 9770242

Browse files
JavaJoeSjukzi
authored andcommitted
Add more information
1 parent a882201 commit 9770242

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
The comprehensive system required to provide public key encryption and digital signature services is known as a Public Key Infrastructure (PKI). The purpose of a PKI is to manage keys and certificates. By managing keys and certificates through a PKI, an organization establishes and maintains a trustworthy networking environment.
55

6-
This package allows a user to setup an SSLContext to use inside the Eclipse architecture. Using this core package there are two ways to initialize the PKI setup, (additionally, A UI is forthcoming org.eclipse.pki.ui )
6+
This package is implemented in Java programming language and allows a user to setup an SSLContext to use inside the Eclipse architecture. Using this core package there are two ways to initialize the PKI setup, (additionally, A UI is forthcoming org.eclipse.pki.ui ), The preferred option is specified in the 2nd paragraph below. That option takes a clear text password and allows the core pki package to encrypt it for any subsequent usage.
77

8-
1) Add the following properties to the eclipse.ini or similiar start up.
8+
1) Add the following properties to the eclipse.ini or similar start up.
99

1010
-Djavax.net.ssl.keyStoreType=PKCS12 ( or specify PKCS11 )
1111
-Djavax.net.ssl.keyStorePassword=Clear Text Password

0 commit comments

Comments
 (0)