Certificate functions
Legancy authentication problem - no encryption
Public Key cryptography can help on this using Public and Private Keys
CA - Certificates Authorities
They issue and sign certificates
Can be an Internal CA or Public CA
Flow
Generate CSR with our information (Company)
Send CSR to CA
CA use your information to sign the certificate
Utilities
Identification
Authentication
Controlling Access
Provides
Non Repudiation
Type of Keys
Private - it signs a message and decrypt the messages
Public - give to anyone to validate the sender and encrypt the data
Certificates Impacts
PKI - Public Key Infrastructure
Encrypt data in transit
encrypts data
create secure web connetions like - HTTPS,sFTP,SSH
Considerations
Symetric
Private Keys
Pre-shared Keys
Same key to encrypt and decrypt
Faster to encrypt and decrypt
Both sides must have keys
Less secure
Asymmetric
Public and Private Keys
Different Key to Encrypt and Decrypt
Slow to encrypt and decrypt
One side have Private Key
Other Side have the Public Key
One Way Encryption / Decryption
MoreSecure
Last updated