Please enable JavaScript.
Coggle requires JavaScript to display documents.
SSL (Entities (Certificate (X.509 Standard (Data Section (Distinguished…
SSL
Entities
Keys
Public
Private
Certificate
verifies that an entity is the owner of a particular public key
X.509 Standard
Data Section
Distinguished Name of the entity that owns the public key
Distinguished Name of the entity that issued the certificate
Period of time during which the certificate is valid
Public key
Signature Section
source
Certificate Authority (CA)
Self-signed
CAs
hierarchy
(certificate chain)
Java Secure Socket Extension (
JSSL
)
web-server connectivity
Server-side Authentication
Dual Authentication
Key Stores & Trust Stores
Key Store
Private Key -> Certificate/Certificate Chain
Trust Store
certificates trusted by client
managed by
keytool
Java SSL
Keystores
keytool
commands
genkey
certreq
import
export
list
entries
entry types
trusted certificate
key entry
unique
alias
Terminology
Public Key Cryptography
2 Way SSL