SECURING
About this task
The session key is negotiated during the handshake -- the main purposes of the handshake are to generate the session key and to identify the server to the client and, optionally, the client to the server. The size of the session key is determined by the cipher being used. For example, the cipher ECDHE_RSA_WITH_AES_256_GCM_SHA384 uses a 256-bit session key and an RSA server key pair. The cipherECDHE_ECDSA_WITH_AES_128_GCM_SHA256 uses a 128-bit session key and an ECDSA server key pair. The ciphers that begin with ECDHE provide forward secrecy using elliptic curve technology as described in Two new curves supported for TLS 1.2 ciphers that use ECDHE for forward secrecy.
You can restrict which TLS ciphers are used for Internet protocols. If no configuration parameters are set, the default set of TLS ciphers is used for that Domino server. The default TLS ciphers are updated from release to release based on current security best practices, so we recommend that most administrators use the default ciphers.
There are two ways to configure TLS ciphers, depending on how you choose to configure Internet protocols on your Domino® server:
Parent topic: TLS security
To modify TLS cipher restrictions in the Server document
Procedure
1. From the Domino Administrator, click Configuration and open the Server document in the Domino Directory.
2. Click Ports -> Internet Ports -> Web.
3. In the TLS Ciphers field, click Modify. This displays a list of available TLS cipher specifications.
4. Select the cipher specification(s), then click OK.
5. Save and close the document.
Related concepts SSL cipher details