Custom DH parameters for perfect forward secrecy
This example aims to demonstrate the deployment of an nginx ingress controller and use a ConfigMap to configure custom Diffie-Hellman parameters file to help with "Perfect Forward Secrecy".
Custom configuration
Custom DH parameters secret
Test
Check the contents of the configmap is present in the nginx.conf file using: kubectl exec nginx-ingress-controller-873061567-4n3k2 -n kube-system cat /etc/nginx/nginx.conf
PreviousCustom ConfigurationNextExternal authentication, authentication service response headers propagation
Last updated