mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-05-29 23:36:10 +00:00
add node how to update ssl cert on cluster
This commit is contained in:
parent
984a1dac35
commit
0fe083dc95
@ -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
|
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
|
tool. If your desktop PC is windows, please use a scp client like
|
||||||
WinSCP (see http://winscp.net/).
|
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
|
||||||
|
----
|
||||||
|
Loading…
Reference in New Issue
Block a user