<?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_certificates</id>
	<title>Windows certificates - 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_certificates"/>
	<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Windows_certificates&amp;action=history"/>
	<updated>2026-04-25T16:02:15Z</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_certificates&amp;diff=4559&amp;oldid=prev</id>
		<title>Busk: Created page with &quot;``` Get-ChildItem -path cert:\LocalMachine\My $mypwd = ConvertTo-SecureString -String '1234' -Force -AsPlainText Get-ChildItem -Path Cert:\LocalMachine\My\157FC435B37B574C7CB4...&quot;</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Windows_certificates&amp;diff=4559&amp;oldid=prev"/>
		<updated>2023-10-06T16:38:52Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;``` Get-ChildItem -path cert:\LocalMachine\My $mypwd = ConvertTo-SecureString -String &amp;#039;1234&amp;#039; -Force -AsPlainText Get-ChildItem -Path Cert:\LocalMachine\My\157FC435B37B574C7CB4...&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;
Get-ChildItem -path cert:\LocalMachine\My&lt;br /&gt;
$mypwd = ConvertTo-SecureString -String '1234' -Force -AsPlainText&lt;br /&gt;
Get-ChildItem -Path Cert:\LocalMachine\My\157FC435B37B574C7CB4E030BE29FDB4E63C24A9 | Export-PfxCertificate -FilePath busktest225.pfx -Password $mypwd&lt;br /&gt;
bash&lt;br /&gt;
export PASSIN=1234&lt;br /&gt;
openssl pkcs12 -passin env:PASSIN -in foo1.pfx -nocerts -nodes &amp;gt; foo1.key.pem&lt;br /&gt;
cat footest225.key.pem&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
PS&amp;gt; Get-ChildItem -Path Cert:\LocalMachine\My\EC1483E46D3E0AE4FB94820A72ADBDE2E934B0F4 | Export-PfxCertificate -FilePath foo2.pfx -Password $mypwd&lt;br /&gt;
Export-PfxCertificate: Cannot export non-exportable private key.&lt;br /&gt;
&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://stackoverflow.com/questions/3914882/how-to-export-non-exportable-private-key-from-store#:~:text=Open%20the%20non%2Dexportable%20cert,certificate%20including%20the%20private%20key.&lt;br /&gt;
&lt;br /&gt;
https://pei.com/exporting-certificate-not-exportable/&lt;br /&gt;
&lt;br /&gt;
- https://www.yuenx.com/2022/certificate-security-export-cert-with-non-exportable-private-key-marked-as-not-exportable-windows-pki/&lt;/div&gt;</summary>
		<author><name>Busk</name></author>
	</entry>
</feed>