Skip to main content

May 18, 2026

NGINX

Crypto-agility configuration for NGINX is described below.

All the requests in Desktop Managers and Tenants on the backbone network pass through Nginx.

  • Location of the file for setting ciphers for Nginx:

    /etc/nginx/nginx.conf
    
  • Location of ciphers in the file:

    # disable SSLv3(enabled by default since nginx 0.8.19);
    
    # ciphers chosen for forward secrecy and compatibility
      ssl_ciphers "!aNULL:kECDH+AES:ECDH+AES:RSA+AES:@STRENGTH";
      #Uncomment the line below and comment out above line when DH need to enabled
      #ssl_ciphers "!aNULL:kECDH+AES:ECDH+AES:RSA+AES:DH:@STRENGTH";
    
    
  • Post modification, restart nginx service in the appliance by using the command:

    sudo service nginx restart
    

Was this page helpful?

Provide feedback for this topic

Was this topic helpful?

Please do not include any personal or confidential information.

Generating link…