Install Notes

PCCE

If you need to recreate a self signed cert run the following command from Powershell

New-SelfSignedCertificate –DnsName <computername>-CertStoreLocation “cert:\LocalMachine\My” -NotAfter (Get-Date).AddYears(10)
New-SelfSignedCertificate –DnsName UCCE-PG-BETA.lab2.purplepi.ie -CertStoreLocation “cert:\LocalMachine\My” -NotAfter (Get-Date).AddYears(10)