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…
Step-by-Step Guide: Automatically start a vApp on XenServer
Two years ago I wrote a quick blogpost on how to configure XenServer to automatically start a vApp. I noticed from the site statistics this post is still very popular. So I’ve decided to refresh the blogpost and ensure the…
Using Visio layers to create custom views (part 3)
In the first part of this series I explained how you can create layers and assign shapes to each layer to toggle the visibility of them as you manage your layers. The second part explained how you can use the…
Using Visio layers to create custom views (part 2)
After explaining the manual configuration of visio layers in part 1, it is now time to add some VBA code to the mix and build ourselves a more user friendly interface to toggle the visibility (and printability) of the layers…