After the generation of the CSR on the Citrix Access Gateway 4.5 server, you need to install an SSL certificate. You will receive a zip file in an email that contains root, intermediate and primary certificate that needs to be saved on the server.
Install Primary Certificate:
-
- You will receive a zip file (containing the primary certificate) in an email from the SSL provider. Now, extract the primary certificate file and copy the content of these files into a notepad including BEGIN and END tags. Save this file as .crt extension for example, mydomain.crt
Sample below:
-----BEGIN CERTIFICATE----- [SSL Certificate] -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- [CA Certificate] -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- [CA Certificate] -----END CERTIFICATE-----
-
- Now, Browse Access Gateway cluster >> Administration tab
- Under the secure certificate management section, click Browse to upload .crt signed certificate.
- After uploading the certificate file, click the General Networking tab.
- In the FQDN field, under Interface 0, you have to type the IP address or FQDN on which the certificate was registered.
- Your certificate is now installed.
You can test the installed certificate with an SSL installation checker that will give in-depth details of certificate like certificate key size, issuer, server type, serial number, etc. If the SSL is not properly installed, it will highlight the issue so you can take prompt action.
Install Root and Intermediate Certificate:
-
- Download root and intermediate certificate received in a zip file, extract the file, copy the content of both certificates and paste in notepad, save it as intermediate_root.crt
- Browse the Access Gateway Cluster >> Administration tab
- Under the Secure Certificate Management section, click on Manage next to Manage trusted root certificates.
- Now, upload trusted root certificate by locating intermediate_root.crt file
- Click Open to complete the installation.
Related Posts:
- How to Fix “ERR_SSL_PROTOCOL_ERROR” on Google Chrome
- NET::ERR_CERT_COMMON_NAME_INVALID IN CHROME – How to Fix?
- Steps to resolve the ‘NET ERR_CERT_AUTHORITY_INVALID’ Error in Google Chrome
- How to Install SSL certificate on Oracle WebLogic Server?
- Install SSL Certificate on Microsoft IIS 10
- How to Install an SSL Certificate on Tableau Server
- How to Install SSL Certificate on Tomcat Web Server?