How to use a strong 2048-bit DH group for key exchange in WLS 10.3.6
I've been reading about vulnerabilities related to Diffie-Hellman key exchange using a common prime number at https://weakdh.org and would like to configure my WLS to use a stronger unique DH group that I generated using openssl dhparam -out dhparams.pem 2048. I'm having difficulty understanding how to deploy this in WLS. I'm using the JSSE SSL implementation. Any help or pointers would be appreciated.
Thanks,
Robert