[pve-devel] [PATCH 0/5] cert: public key size & type

Alwin Antreich a.antreich at proxmox.com
Mon Jul 22 17:11:35 CEST 2019


This patch series adds the certificates public key type and size. It is
later on used in the pve5to6 command to check if the certificates have
the required key size, since Debian Buster raised the default security
level for TLS connections.

Alwin Antreich (5):
  gui: cert: add public key type & size to certs view
  pvenode: add public key size & type to cert info
  pve5to6: cert: check certificates key size

 PVE/CLI/pve5to6.pm                | 18 ++++++++++++++++++
 PVE/CLI/pvenode.pm                |  2 +-
 www/manager6/node/Certificates.js | 24 +++++++++++++++++++++++-
 src/PVE/Certificate.pm            | 10 ++++++++++
 src/PVE/Certificate.pm            |  8 ++++++++
 5 files changed, 60 insertions(+), 2 deletions(-)

-- 
2.20.1





More information about the pve-devel mailing list