add node how to update ssl cert on cluster

This commit is contained in:
Dietmar Maurer 2018-01-30 09:28:51 +01:00
parent 984a1dac35
commit 0fe083dc95

View File

@ -53,3 +53,17 @@ NOTE: To transfer files from and to your Proxmox, you can use secure
copy: If you desktop is Linux, you can use the `scp` command line
tool. If your desktop PC is windows, please use a scp client like
WinSCP (see http://winscp.net/).
Change Certificate for Cluster Setups
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you change the API certificate of an active cluster node, you also
need to update the fingerprint inside the cluster configuration file
`cluster.conf`. It is best to edit that file on the master node.
To show the actual fingerprint use:
----
openssl x509 -in /etc/pmg/pmg-api.pem -noout -fingerprint -sha256
----