Download presentation
Presentation is loading. Please wait.
1
SSL Implementation Guide Onno W. Purbo Onno@indo.net.id
2
Reference http://www.verisign.com http://www.openssl.org
3
Implementation Steps Obtain and install a server Digital ID from VeriSign. Defines your Access Control List (ACL). Set server options to restrict access to clients presenting certificates. Set options to enable SSL on your server for secure, authenticated transactions. Read certificate information to provide customized services (optional).
4
Port HTTP= 80 HTTP + SSL= 443
5
Cryptography Algorithm SYMMETRIC CIPHERS blowfish, cast, des, idea, rc2, rc4, rc5 Public Key Cryptography & Key Agreement dsa, dh, rsa Certificates x509, x509v3 Authentication Codes, Hash Functions hmac, md2, md4, md5, mdc2, ripemd, sha Input/Output, Data Encoding asn1, bio, evp, pem, pkcs7, pkcs12
6
SSL Process establish private communications perform client authentication
8
If insecure..
10
If secure..
12
Client Hello
13
Server Hello
14
Client Master Key
15
Client Finish
16
Server Verify
17
Request Client Certificate
18
Client Certificate If client does not have certificate Error Message If not ….
19
Client Certificate
20
Server verifies Client Authenticity Check it to root CA Check by rehashing the certificate..
21
Server verifies Client
22
Server Finish
23
Enabling SSL at Server Generate your server's key pair (public and private keys) using your server's built-in software Request a certificate from VeriSign Install the certificate VeriSign sends you Activate SSL for your server
24
Request Secure Server Cert Create a Certificate Signing Request (CSR) from the server. This process is detailed in the server documentation. Complete the online enrollment form at VeriSign's Digital ID center at http://digitalid.verisign.com. http://digitalid.verisign.com If your organization is new, mail or fax your company's articles of incorporation or other proof-of-right documents to VeriSign at 650.961.8870. These documents are used to verify your company's authenticity if you are not listed with Dun and Bradstreet.
25
Web User Registration
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.