So, you’ve finally decided to make yourself “a small Citrix lab” (XenMobile and NetScaler), but you’re having trouble with getting all the certificates in place. Fear not, I’m here to help!
Installing the SSL certificates for NetScaler is relatively simple, but still… some steps are easily forgotten and then… you need to troubleshoot.
Steps to install the SSL certificate for NetScaler (correctly) are:
- Install the server certificate (for example, certificate for xms.yourdomain.com). The easiest way is to use .PFX certificate file, and you can install it through Traffic Management – SSL – Certificates – Server Certificates.
- Install the issuing and root CA’s certificates (.PEM files are OK) through Traffic Management – SSL – Certificates – CA Certificates.
- Create link (right click – Link) between the server certificate and issuing CA’s certificate.
- Create link (right click – Link) between the issuing CA’s certificate and root CA’s certificate.
- Check the certificate links on issuing CA’s certificate (right click – Certificate links). There should be two – one linking the server certificate, another the root certificate.
- Select the imported certificate for NetScaler Gateway usage.
- Select the imported certificate for (SSL) virtual servers as well. If you’re using NetScaler appliances in HA mode, force synchronization.
- Check if certificates are installed properly (for example, by opening the MAM interface with your browser – https://mam.yourdomain.com/ or https://mam.yourdomain.com:8443/).
- Check if certificate chain is in order as well – https://www.digicert.com/help/.
For XenMobile Server, there is some preparation work to do, to get it all right. Basically, you’ll need to combine all the (.PEM) certificate files into one, upload that to XenMobile Server, and restart.
Steps are:
- Combine individual (.PEM) certificate files (server, issuing and root CA) into one .PEM file by following instructions on this DigiCert site (you can use Notepad to achieve this). Your final .PEM file should look like this:
- Upload the combined (.PEM) certificate file to XenMobile Server.
- Restart all the XenMobile Server nodes (one by one).
- Check if nodes picked up the certificate change (for example, by opening the XenMobile Server management interface with your browser – https://{node’s_IP_address}:4443).
- Check if certificate chain is in order as well – https://www.digicert.com/help/.
—–BEGIN CERTIFICATE—–
(server_certificate.pem content)
—–END CERTIFICATE—–
—–BEGIN CERTIFICATE—–
(issuing_ca_certificate.pem content)
—–END CERTIFICATE—–
—–BEGIN CERTIFICATE—–
(root_ca_certificate.pem content)
—–END CERTIFICATE—–
And… that’s it!
Oh, yeah – in case you’ve been living under a rock… don’t use the SHA-1 certificates anymore… they are obsolete now (info).
Cheers!