This lab will cover:
View a certificate: openssl x509 -noout -text -in file.crt Generate a key pair: openssl genrsa -aes256 -out studentnumber.key 1024 Generate a CSR: openssl req -new -key studentnumber.key -out studentnumber.csr
Why must you keep the .key file when you generate the CSR?:
What does c_rehash do?:
Why is it important that you be able to trust the validity of a certificate?:
Where is the lynx config file installed?:
?:
Last updated: 2008-03-12
Updated by: Allan Jude
Written by: Allan Jude (2008)