CA Maintainer: [email protected]
Important
Run all command in Powershell Administrator mode
Download Lab RPL Private Root CA file
Invoke-WebRequest -Uri "https://object.syntesa.org/roots.pem" -OutFile "roots.pem"
Install the Root CA to Trusted Root Store
Import-Certificate -FilePath "roots.pem" -CertStoreLocation "Cert:\LocalMachine\Root"