Skip to content

Commit f444046

Browse files
JavaJoeSjukzi
authored andcommitted
Add footnote and refine definitions
1 parent 9770242 commit f444046

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

2-
Public Key Infrastructure Core Package
2+
### Public Key Infrastructure Core Package
33

4-
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.
4+
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 \[^1].
55

66
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

@@ -31,4 +31,5 @@ This package is implemented in Java programming language and allows a user to se
3131
javax.net.ssl.cfgFileLocation=NONE ( or for PKCS11; /etc/opensc/pkcs11_java.cfg )
3232

3333

34+
\[^1]: *[PKI definition: Eclipse Foundation Cyclone](https://cyclonedds.io/docs/cyclonedds/latest/security/public_key_infrastructure.html)*
3435

0 commit comments

Comments
 (0)