mirror of https://github.com/Icinga/icinga2.git
Merge pull request #6180 from mauricemeyer/master
Doc: fixed wrong information about defaulting
This commit is contained in:
commit
d5ddc877dd
|
@ -2558,7 +2558,7 @@ Pass the following details to the `pki new-cert` CLI command:
|
|||
|
||||
Parameter | Description
|
||||
--------------------|--------------------
|
||||
Common name (CN) | **Required.** By convention this should be the host's FQDN. Defaults to the FQDN.
|
||||
Common name (CN) | **Required.** By convention this should be the host's FQDN.
|
||||
Client certificate files | **Required.** These generated files will be put into the specified location (--key and --file). By convention this should be using `/var/lib/icinga2/certs` as directory.
|
||||
|
||||
Example:
|
||||
|
|
Loading…
Reference in New Issue