<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Windows_Certificate_Locations</id>
	<title>Windows Certificate Locations - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Windows_Certificate_Locations"/>
	<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Windows_Certificate_Locations&amp;action=history"/>
	<updated>2026-04-05T21:26:22Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://tech.uvoo.io/index.php?title=Windows_Certificate_Locations&amp;diff=4824&amp;oldid=prev</id>
		<title>Busk: Created page with &quot;``` In the context of Windows PowerShell and certificate management, Cert:\LocalMachine\AuthRoot and Cert:\LocalMachine\Root refer to two different certificate stores.  Cert:\...&quot;</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Windows_Certificate_Locations&amp;diff=4824&amp;oldid=prev"/>
		<updated>2024-01-03T16:48:14Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;``` In the context of Windows PowerShell and certificate management, Cert:\LocalMachine\AuthRoot and Cert:\LocalMachine\Root refer to two different certificate stores.  Cert:\...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;```&lt;br /&gt;
In the context of Windows PowerShell and certificate management, Cert:\LocalMachine\AuthRoot and Cert:\LocalMachine\Root refer to two different certificate stores.&lt;br /&gt;
&lt;br /&gt;
Cert:\LocalMachine\Root:&lt;br /&gt;
&lt;br /&gt;
This represents the &amp;quot;Trusted Root Certification Authorities&amp;quot; store for the local machine.&lt;br /&gt;
Certificates in this store are trusted as root certificates, meaning they are considered authoritative and can be used to verify the authenticity of other certificates in the certificate chain.&lt;br /&gt;
Root certificates are typically used to validate the digital signatures of other certificates, including SSL/TLS certificates used for secure communications.&lt;br /&gt;
Cert:\LocalMachine\AuthRoot:&lt;br /&gt;
&lt;br /&gt;
This represents the &amp;quot;Third-Party Root Certification Authorities&amp;quot; store for the local machine.&lt;br /&gt;
Certificates in this store are also trusted as root certificates, but they are provided by third-party or external entities.&lt;br /&gt;
AuthRoot is often used to store additional root certificates that are not included by default in the operating system, and these may be added by various applications or services.&lt;br /&gt;
In summary, both locations store root certificates, but Cert:\LocalMachine\Root typically contains certificates that are included with the operating system, while Cert:\LocalMachine\AuthRoot may contain additional root certificates added by third-party applications or services. The distinction is important for managing and understanding the trust hierarchy in the context of certificate validation.&lt;br /&gt;
&lt;br /&gt;
```&lt;/div&gt;</summary>
		<author><name>Busk</name></author>
	</entry>
</feed>