[pve-devel] [PATCH-SERIES v2 common/manager] Fix SSL Certificate and Key Upload Issues

Max Carrara m.carrara at proxmox.com
Fri Mar 3 18:57:01 CET 2023


This is v2 of https://lists.proxmox.com/pipermail/pve-devel/2023-February/055955.html

Changes from v1:
  - properly handle OpenSSL errors[0]
  - provide actually correct format changes[1]
  - include trailing comma[2]
  - make JavaScript code a little more concise[3]


[0] https://lists.proxmox.com/pipermail/pve-devel/2023-March/055962.html
[1] https://lists.proxmox.com/pipermail/pve-devel/2023-March/055963.html
[2] Not on mailing list unfortunately, boo!
[3] https://lists.proxmox.com/pipermail/pve-devel/2023-March/055961.html


pve-common:

Max Carrara (2):
  certificate: add subroutine that checks if cert and key match
  certificate: fix formatting and whitespace

 src/PVE/Certificate.pm | 74 +++++++++++++++++++++++++++++++++---------
 1 file changed, 59 insertions(+), 15 deletions(-)


pve-manager:

Max Carrara (2):
  fix #4552: certhelpers: check if custom cert and key match on change
  ui: cert upload: fix private key field sending empty string

 PVE/CertHelpers.pm                | 65 +++++++++++++++++++++++++++----
 www/manager6/node/Certificates.js |  3 ++
 2 files changed, 60 insertions(+), 8 deletions(-)

-- 
2.30.2






More information about the pve-devel mailing list