Hi all,
Can someone explain the math here? This is part of the output of the pve8to9 script.
How's 256 >=2048?
Should this have been a fail instead, or is the description of the check inaccurate?
Can someone explain the math here? This is part of the output of the pve8to9 script.
Code:
INFO: Check node certificate's RSA key size
PASS: Certificate 'pve-root-ca.pem' passed Debian Busters (and newer) security level for TLS connections (4096 >= 2048)
PASS: Certificate 'pve-ssl.pem' passed Debian Busters (and newer) security level for TLS connections (2048 >= 2048)
PASS: Certificate 'pveproxy-ssl.pem' passed Debian Busters (and newer) security level for TLS connections (256 >= 2048)
How's 256 >=2048?
Should this have been a fail instead, or is the description of the check inaccurate?