Category: SSL

  • Installing the Home Lab – VMware Certificates – Part Two

    In the first post in this series we installed the Windows 2012 R2 Root Certificate Authority. This, the second in a series of posts details the configuration of the VMware specific Template and the distribution of the Root CA Certificate.

    VMware Cert Template Creation

    22-11-2013 15-47-26

    (more…)

  • Installing the Home Lab – VMware Certificates – Part One

    The following post, the first in series of posts, details the installation and configuration of a Windows 2012R2 Enterprise CA to be used with a VMware Infrastructure Home Lab.

    It is assumed at this stage that you have a single host installed and are running a Windows Domain controller.

    As this is a home lab I have chosen to install the CA on to my Domain Controller rather than a dedicated server but if your environment is capable of running a dedicated CA VM then please do so.

    The installation can be carried out either using a PowerShell script or by using the Microsoft Wizard. I have only documented the PowerShell method here but you can use the Wizard if you want instead.

    Use the PowerShell script below to install the CA and Web Enrolment roles.

    Add-WindowsFeature ADCS-Cert-Authority, ADCS-Web-Enrollment -IncludeManagementTools

    (more…)