Microsoft Root Certificate Authority 2011.cer -

and ensuring that the software running during the early boot process has not been tampered with. Dependency : Modern frameworks like .NET Core 2.1 .NET Framework 4.8

$root = Get-ChildItem -Path Cert:\LocalMachine\Root | Where-Object $_.Subject -like "*Microsoft Root Certificate Authority 2011*" Export-Certificate -Cert $root -FilePath C:\temp\microsoft-root-ca-2011.cer -Type Base64 microsoft root certificate authority 2011.cer