]> git.proxmox.com Git - pve-manager.git/commit
Allow non-self-signed override certificate for API
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 8 Mar 2016 14:55:33 +0000 (15:55 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 9 Mar 2016 13:37:55 +0000 (14:37 +0100)
commit299d290c4297b3111f3c208d43786da65104098b
treecfd71c776360c10f8d78dd05568448df6b0bd18e
parente59db2739d0381b84ae666c397a774e7d1ee5e8a
Allow non-self-signed override certificate for API

if the files pveproxy-ssl.pem and pveproxy-ssl.key are
available for a node (i.e., in /etc/pve/<node>/), they will
be used as TLS certificate and private key for the web
interface and API of this node.

Note: the Spice and non-websocket VNC connections are still
using the self-signed certificate and key in pve-ssl.pem
and pve-ssl.key.
PVE/Service/pveproxy.pm