Add remark on specifying Common Name

This commit is contained in:
Manuel Thalmann 2023-11-09 10:49:47 +01:00
parent 23de07cba8
commit a2393f21cb

View file

@ -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