Project_1

.docx

School

University of North Florida *

*We aren’t endorsed by this school

Course

4360

Subject

Information Systems

Date

Jan 9, 2024

Type

docx

Pages

3

Uploaded by DeanWalrusPerson947

Report
(Project 1- - Public-Key Infrastructure (PKI) Lab) Task 1: Becoming a Certificate Authority (CA) - Setup environment for the lab by moving the 'openssl.conf' file from /usr/lib/ssl/openssl.conf to my working directory named project1. - Next I made multiple sub-directory’s and configurations following the details inscribed to make a index.txt and serial file. - Next I generated a self-signed certificate for the CA. I Did this by running this command: $ openssl req -new -x509 -keyout ca.key -out ca.crt -config openssl.cnf - I was prompted to set a password, i set the password as 'CompSecurity' The specified files will now be outputted into the files ca.key, and ca.crt.
Ca.crt Task 2: Creating a Certificate for SEEDPKILab2020.com - Now I setup a root CA, for the company called 'SEEDPKILab2020.com' Run the command: $ openssl genrsa -aes128 -out server.key 1024 - The 'server.key' file that was made was set with the password 'CompSecurity'
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help