[pve-devel] [PATCH cluster 0/2] Prepare SSL finger information via API call

Emmanuel Kasper e.kasper at proxmox.com
Wed Nov 22 09:49:09 CET 2017


The two following patches + third patch for pve-manager makes the ssl
fingerprint of each host available via the /nodes API call.

Use cases
 * on the short term add an easy way to provide the cached_fingerprints
 parameter of the pve-apiclient. Other API provides could use that too
 instead of simply disabling SSL host verification when addressing hosts
 with self signed certificates
 * on the long term, provide the info necessary to build a cluster
 using only API calls


Emmanuel Kasper (2):
  Refactor host fingerprint calculation in two extra subs
  Add utility method to get a SSL finger print from a nodename

 data/PVE/Cluster.pm | 57 ++++++++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 46 insertions(+), 11 deletions(-)

-- 
2.11.0





More information about the pve-devel mailing list