Add remark on specifying Common Name
This commit is contained in:
parent
23de07cba8
commit
a2393f21cb
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue