As a consultant I’m on the road a lot and tend to work at different customers and sites. And some customers and sites offer limited internet access due to security policies. This means I’m not always able to connect to…
PowerShell: Import the NetScaler VPX with a fixed IP-address on ESXi
For the presentation with Hendricus Kramer on NetScaler Automation with Puppet at E2EVC in Lisbon, I used a PowerShell script to import a NetScaler VPX on XenServer with a fixed IP-address. This ensured we no longer needed to run the…
HowTo: Create self-signed certificates with PowerShell 4.0
Even though I have a lot of fun creating self-signed certificates with makecert, as described in my previous blogpost it’s not the most modern solution for automating the creation of self-signed certificates. Due to the fact that makecert does use…
HowTo: Create self-signed certificates with MakeCert
This blogpost is updated to include the improved command to generate a certificate with makecert that will be correctly identified as a server certificate on a Citrix NetScaler (for instance) version 11.1. In my previous posts I explained SSL…
HowTo: Importing SSL Certificates on the NetScaler
This blogpost is also posted on the PepperCrew website. There are a lot of different certificate file formats that can be involved in a SSL certificate implementation as explained in my previous blogpost. This blogpost focused on the different methods…