Replace Nutanix SSL certificate with Let’s Encrypt certificate

Here’s a powershell script to generate a Let’s Encrypt certificate and upload that certificate to your Nutanix cluster and/or Prism Central. I want my clusters to be available via: cluster-a.tielenconsultancy.nl cluster-b.tielenconsultancy.nl cluster-c.tielenconsultancy.nl tielanix.tielenconsultancy.nl (This is Prism Central) The tielenconsultancy.nl domain is avaiable on the internet and internal. The clusters aren’t Read more…

Configure Citrix Receiver allowed authentication protocols

The Citrix Receiver can use a lot of authentication methods. When you implement the fast connect API as described here: https://developer-docs.citrix.com/projects/fast-connect-api-for-receiver-for-windows/en/latest/setting-up-your-environment/ You notice that you have to enable HTTPBASIC within the registry. If you are familiar with this setup you probably know that the other authentication methods will not work anymore. Read more…