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 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
