This article describes how to manually create and install self-signed server and Root Certificate Authority (CA) test certificates using a Public Key Size of 2048 bits for a CloudConnector implementation between two NetScaler VPX appliances.
Enable the SSL feature on both the NetScaler VPX appliances.
From the GUI, select SSL > SSL Keys > Create RSA Key.
Specify the Key Filename.
Specify Key Size (bits) as 2048.
Click Create and then Close.
From the GUI, select SSL > SSL Certificates > Create Certificate Request.
Specify a Request File Name.
Click Browse and select the private key created in the Creating Root CA Private Key section.
Specify the information for the Distinguished Name Fields.
Note: You must specify the details for the ROOT CA Certificate for this appliance.
Click Create and then Close.
From the GUI, select SSL > SSL Certificates > Create Certificate.
Specify the Certificate File Name.
Select the Root-CA option for Certificate Type.
Click Browse and select the CSR created in the Creating Root CA CSR section.
Click Browse and select the private key created in the Creating Root CA Private Key section.
Click Create and then Close.
From the GUI, select SSL > SSL Keys > Create RSA Key.
Specify the Key Filename.
Specify the Key Size (bits) as 2048.
Click Create and then Close.
From the GUI, select SSL > SSL Certificates > Create Certificate Request.
Specify the Request File Name.
Click Browse and select the private key created in the Creating Server Private Key section.
Specify the information for the Distinguished Name Fields.
Note: You must specify the details for the Server Certificate for this appliance.
Click Create and then Close.
From the GUI, select SSL > SSL Certificates > Create Certificate.
Specify the Certificate File Name.
Select the Server option for Certificate Type.
Click Browse and select the server CSR created in the Creating the Server CSR section for Certificate Request File Name.
Click Browse and select the Root CA certificate created in the Creating Root CA Certificate section for CA Certificate File Name.
Click Browse and select the file CA serial is available on the appliance or the file ns-root.srl.
Or
Select Install and then Close.
Repeat the procedures Creating Root CA Files for NetScaler VPX Appliance and Creating Server Files for NetScaler VPX Appliance on NetScaler VPX on appliance 2.
The GUI on the Access Gateway Enterprise Edition appliance has a tool to create and install self-signed test Server and Root CA Certificates as shown in the following screen shot:
When you select Create and Install a Server Test Certificate Wizard, the appliance prompts the user to provide Certificate File Name and Fully Qualified Domain Name.
After you provide the preceding information, seven files are generated in the /nsconfig/ssl directory.
The following are the server Certificate files generated:
Description |
Certificate Name |
Private Key of the server certificate |
example.cer.key |
CSR of the server certificate |
example.cer.req |
Server certificate |
example.cer.cert |
The following are the server Root CA files generated:
Description |
Certificate Name |
Private Key of the Root CA certificate |
example.cer-root.key |
CSR of the Root CA certificate |
example.cer-root.req |
Root CA certificate |
example.cer-root.cert |
Serial Number of the Certificate |
CAserial |
The new self-signed or test server certificate appears under SSL > Certificates.
The limitation of the self-signed certificates is that its Public Key Size is 512 bits and security policies might require a strongest key size. You can verify the key size on the GUI in SSL > Certificates. Select the certificate and click Details.