LAB SSL and TLS Basics -Q11

Hello Team,

In Lab - SSL & TLS Basics Q11 there is task to create a CSR request . I tried to follow exactly same instruction as they are in the hints but I still get an error.

On app01 create a CSR (certificate signing request) /etc/httpd/csr/app01.csr (key name should be app01.key ). Below are the required details which should be used while creating CSR.

a. Country Name = SG
b. State or Province Name = Capital Tower
c. Locality Name = CT
d. Organization Name = KodeKloud
e. Organizational Unit Name = Education
f. Common Name = app01.com
g. Email Address = [email protected]
h. Keep challenge password blank.
i. Keep optional company name blank.

CSRError

What exactly am i missing over here?

please help me in resolving this issue.

I have verified in the path and i am able to see csr.

Does the CSR contain all the required information?

You can view the created CSR like this

openssl req -in app01.csr -noout -text
Certificate Request:
    Data:
        Version: 1 (0x0)
        Subject: CN = app01.com, emailAddress = [email protected], C = SG, ST = Capital Tower, L = CT, O = KodeKloud, OU = Education

Hello @Alistair_KodeKloud ,

I am able to see the newly created CSR.

Thank you