mirror of https://github.com/Icinga/icinga2.git
Docs: Fix broken formatting in cluster manual SSL generation
fixes #11440
This commit is contained in:
parent
e8f1bce11b
commit
582575b693
|
@ -50,18 +50,14 @@ Decide whether to use the built-in [configuration syncronization](13-distributed
|
||||||
Icinga 2 provides [CLI commands](8-cli-commands.md#cli-command-pki) assisting with CA
|
Icinga 2 provides [CLI commands](8-cli-commands.md#cli-command-pki) assisting with CA
|
||||||
and node certificate creation for your Icinga 2 distributed setup.
|
and node certificate creation for your Icinga 2 distributed setup.
|
||||||
|
|
||||||
> **Tip**
|
You can also use the master and client setup wizards to install the cluster nodes
|
||||||
>
|
using CSR-Autosigning.
|
||||||
> You can also use the master and client setup wizards to install the cluster nodes
|
|
||||||
> using CSR-Autosigning.
|
|
||||||
>
|
|
||||||
> The manual steps are helpful if you want to use your own and/or existing CA (for example
|
|
||||||
> Puppet CA).
|
|
||||||
|
|
||||||
> **Note**
|
The manual steps are helpful if you want to use your own and/or existing CA (for example
|
||||||
>
|
Puppet CA).
|
||||||
> You're free to use your own method to generated a valid ca and signed client
|
|
||||||
> certificates.
|
You're free to use your own method to generated a valid ca and signed client
|
||||||
|
certificates.
|
||||||
|
|
||||||
The first step is the creation of the certificate authority (CA) by running the
|
The first step is the creation of the certificate authority (CA) by running the
|
||||||
following command:
|
following command:
|
||||||
|
|
Loading…
Reference in New Issue