ADC

Bind an SSL certificate to a virtual server on the Citrix ADC appliance

An SSL certificate is an essential part of SSL encryption and decryption processes. The certificate is used during an SSL handshake to establish the identity of the SSL server, which is the Citrix ADC appliance as it acts as the SSL termination point for the clients.

The certificate used for processing the SSL transactions must be bound to the virtual server (SSL) that receives the SSL data.

Note

On some platforms, the default ns-server certificate does not appear in the configuration file (ns.conf). In such cases, run the following command on the CLI:

add ssl certKey ns-server-certificate -cert ns-server.cert -key ns-server.key

To bind an SSL certificate to an SSL virtual server using the command line interface

At the command prompt, type:

bind ssl vs <vServerName> -certkeyName <certificate-KeyPairName>
show ssl vs <vServerName>
<!--NeedCopy-->

Example:

Bind SSL certificate command line example

To bind an SSL certificate to an SSL virtual server using the GUI

  1. Navigate to Traffic Management > Load Balancing > Virtual Servers.
  2. Select a virtual server of type SSL and click Edit.

    Select SSL virtual server

  3. In the Load Balancing Virtual Server page, under the Certificates section, click No Server Certificate.

    Select no server certificate

  4. In the Server Certificate Binding page, click Click to select.
  5. Select the SSL certificate and click Select.

    Select SSL certificate

  6. Click Bind to bind the SSL certificate to the virtual server.
  7. Click Done.

    You have completed binding the SSL certificate to the virtual server.

Bind an SSL certificate to a virtual server on the Citrix ADC appliance