mirror of https://github.com/Icinga/icinga2.git
Merge pull request #8221 from Icinga/feature/doc-node-wizard-verify-command
Document command for verifying the parent node's cert
This commit is contained in:
commit
2c9233eff3
|
@ -605,6 +605,13 @@ The setup wizard fetches the parent node's certificate and ask
|
|||
you to verify this information. This is to prevent MITM attacks or
|
||||
any kind of untrusted parent relationship.
|
||||
|
||||
You can verify the fingerprint by running the following command on the node to connect to:
|
||||
|
||||
```bash
|
||||
openssl x509 -noout -fingerprint -sha256 -in \
|
||||
"/var/lib/icinga2/certs/$(hostname --fqdn).crt"
|
||||
```
|
||||
|
||||
Note: The certificate is not fetched if you have chosen not to connect
|
||||
to the parent node.
|
||||
|
||||
|
|
Loading…
Reference in New Issue