One thing I have a problem with is their check “Key exchange parameters”.
On my old setup, this was DH 2048, which is considered “insufficient” according to
internet.nl. I have tried the following things:
1) use a 4096 bit RSA key and get a new certificate
2) generate DH params with: openssl dhparam -out /etc/apache2/dhparam.pem 4096
3) in my configuration, added: SSLOpenSSLConfCmd DHParameters "/etc/apache2/dhparam.pem”
I’m confused where the DH 3072 comes from. My question is, what should I configure so that DH 4096 is sent?