<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Windows_Diverse_CA_Install</id>
	<title>Windows Diverse CA Install - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Windows_Diverse_CA_Install"/>
	<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Windows_Diverse_CA_Install&amp;action=history"/>
	<updated>2026-06-30T02:17:10Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Xinux Wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.ixheim.de/index.php?title=Windows_Diverse_CA_Install&amp;diff=63213&amp;oldid=prev</id>
		<title>Thomas.will: Die Seite wurde neu angelegt: „=Powershell für Zertifikatimport=  $CertPath = c:/temp/ca.crt  $CertStore = Cert:\CurrentUser\kit  Import-Certificate -FilePath $CertPath -CertStoreLocation $…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Windows_Diverse_CA_Install&amp;diff=63213&amp;oldid=prev"/>
		<updated>2025-05-21T12:59:52Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „=Powershell für Zertifikatimport=  $CertPath = c:/temp/ca.crt  $CertStore = Cert:\CurrentUser\kit  Import-Certificate -FilePath $CertPath -CertStoreLocation $…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Powershell für Zertifikatimport=&lt;br /&gt;
 $CertPath = c:/temp/ca.crt&lt;br /&gt;
 $CertStore = Cert:\CurrentUser\kit&lt;br /&gt;
 Import-Certificate -FilePath $CertPath -CertStoreLocation $CertStore&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=hier ein paar Varianten=&lt;br /&gt;
&lt;br /&gt;
 Import-Certificate -FilePath $local_path -CertStoreLocation Cert:\LocalMachine\Root&lt;br /&gt;
 certutil -p &amp;quot;**password**&amp;quot; -importpfx Root &amp;quot;**ca-File.p12**&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 $mypwd = ConvertTo-SecureString -String &amp;quot;your_password&amp;quot; -AsPlainText -Force&lt;br /&gt;
 Import-PfxCertificate -FilePath &amp;quot;C:\path\your\certificate.pfx&amp;quot; -CertStoreLocation Cert:\LocalMachine\My -Password $mypwd&lt;br /&gt;
&lt;br /&gt;
 CERTUTIL -addstore -enterprise -f -v root &amp;quot;%s&amp;quot;'%cmd&lt;br /&gt;
&lt;br /&gt;
 certutil -addstore -user -f &amp;quot;TrustedPublisher&amp;quot; $local_path&lt;br /&gt;
 certutil -addstore -user -f &amp;quot;Root&amp;quot; $local_path&lt;br /&gt;
 Import-Certificate -CertStoreLocation Cert:\CurrentUser\TrustedPublisher -FilePath $local_path&lt;br /&gt;
 Import-Certificate -CertStoreLocation Cert:\CurrentUser\Root -FilePath $local_path&lt;/div&gt;</summary>
		<author><name>Thomas.will</name></author>
	</entry>
</feed>