Reference no: EM133430068
Questions:
1. what he gets from Alice is Alice's certificate. Please draw diagrams to show the process of converting Alice's certificate to her public key.
2.What are the differences between Digital Certificateand Digital Signature?
3.Certificate on client
1. Applying certificate from a CA,You can use your root certificate as well.
2. After you get your certificate, you need to import it to a browser,
Submit screenshots to show your process.
4.Create Your Own Certificate and CA
This exercise will let you learn :
How to generate a key pair, a certificate signing request (CSR) using Java Keytool
How to set up your own CA using OpenSSL tool and sign a certificate.
All the trust issues associated with Certificate and CA.
How to use the generated certificates to implement secure communication.