(no title)
arkadiyt | 9 months ago
This is bad advice - making a 4096 bit key slows down visitors of your website and only gives you 2048 bits of security (if someone can break a 2048 bit RSA key they'll break the LetsEncrypt intermediate cert and can MITM your site). You should use a 2048 bit leaf certificate here
Arnavion|9 months ago
asimops|9 months ago
nothrabannosir|9 months ago
arkadiyt|9 months ago
If the server was using a key exchange that did not support forward secrecy then yes. But:
^ they're using ECDHE (elliptic curve diffie hellman), which is providing forward secrecy.upofadown|9 months ago
Basically forward secrecy is where both the sender and receiver throw away the key after the data is decrypted. That way the key is not available for an attacker to get access to later. If the attacker can find some way other than access to the key to decrypt the data then forward secrecy has no benefit.