diff --git a/Lab 2 - Certificates/README.md b/Lab 2 - Certificates/README.md index 6481e8a..e10014d 100644 --- a/Lab 2 - Certificates/README.md +++ b/Lab 2 - Certificates/README.md @@ -264,7 +264,8 @@ authorityKeyIdentifier = keyid,issuer # Authority key iden openssl genrsa -out /root/intermediate/intermediate.key.pem 4096 ``` -Requesting and signing intermediate certificate: +### Requesting an Intermediate Certificate +Be sure to specify a fantasy domain name as "Common Name" while generating the request. ```sh cd /root/intermediate