Add remark on specifying Common Name
This commit is contained in:
parent
23de07cba8
commit
a2393f21cb
|
@ -264,7 +264,8 @@ authorityKeyIdentifier = keyid,issuer # Authority key iden
|
||||||
openssl genrsa -out /root/intermediate/intermediate.key.pem 4096
|
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
|
```sh
|
||||||
cd /root/intermediate
|
cd /root/intermediate
|
||||||
|
|
Loading…
Reference in a new issue