<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The D-Spot (The Deployment Spot) &#187; importpfx</title>
	<atom:link href="http://www.the-d-spot.org/wordpress/tag/importpfx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.the-d-spot.org/wordpress</link>
	<description>Tickle your Deployment needs.</description>
	<lastBuildDate>Sat, 28 Jan 2012 15:43:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Importing pfx certificates</title>
		<link>http://www.the-d-spot.org/wordpress/2010/04/21/importing-pfx-certificates/</link>
		<comments>http://www.the-d-spot.org/wordpress/2010/04/21/importing-pfx-certificates/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 11:41:51 +0000</pubDate>
		<dc:creator>Stijn Verelst</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Certificates]]></category>
		<category><![CDATA[importpfx]]></category>

		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/?p=441</guid>
		<description><![CDATA[I always struggle to import certificates. But with this commandline-tool (importpfx.exe) it is easy to install them. &#8212;&#8212;&#8212;&#8211; Go to http://home.fnal.gov/~jklemenc/dl/importpfx.zip and download importpfx. Unzip it. Usage: importpfx.exe -f -p -t USER&#124;MACHINE -s [-r "Subject OU to remove" &#124; -all] This utility will import a PKCS12 certificate file (with a .p12 or .pfx extension) into [...]]]></description>
			<content:encoded><![CDATA[<p>I always struggle to import certificates. But with this commandline-tool (importpfx.exe) it is easy to install them.</p>
<p>&#8212;&#8212;&#8212;&#8211;</p>
<p>Go to <a href="http://home.fnal.gov/~jklemenc/dl/importpfx.zip">http://home.fnal.gov/~jklemenc/dl/importpfx.zip</a> and download importpfx.<br />
Unzip it.<br />
<strong>Usage</strong>: importpfx.exe -f -p -t USER|MACHINE -s [-r "Subject OU to remove" | -all]</p>
<p><em>This utility will import a PKCS12 certificate file</em> (with a .p12 or .pfx extension) into the certificate store specified by the -s parameter.</p>
<p>The default behavior is to overwrite like certificates (if available). The -r &#8220;Subject OU&#8221; will remove all certificates matching the Subject CN<br />
in from the CN in the PKCS12 file and the Subject OU set to the -r parameter.</p>
<p><strong>PARAMETERS:<br />
</strong>-f = PKCS12 filename<br />
-p = Password to secure the private key with<br />
-t = Store type (USER or MACHINE)<br />
-s = The certificate store to import into (MY is a common param)</p>
<p>-r &#8220;Subject OU Text&#8221; = Delete all user certificates in which the Subject OU matches the -r &#8220;Subject OU Text&#8221; and the Subject CN matches the PKCS12 Subject CN<br />
-r -all = Delete ALL user certificates in the</p>
<p>Import a PKCS12 file into the local machine Testing store and delete any stored certificates with a Subject containing OU=&#8221;Self-Signed CA&#8221;:<br />
importpfx.exe -f x509.p12 -p &#8220;&#8221; -t MACHINE -s Testing -r &#8220;Self-Signed CA&#8221;</p>
<p>Delete ALL certificates in the USER MY store:<br />
importpfx.exe -t USER -s MY -r -all</p>
<p><strong>Examples:<br />
Import a PKCS12 file into the MY store, overwriting if allowed:</strong></p>
<p><strong>importpfx.exe -f clientcert.p12 -p &#8220;testpwd&#8221; -t USER -s MY</strong></p>
<p><strong><em>Advantages : Silent install &amp; You don’t have to know the username that is logged in.</em></strong></p>
<p><em>source:http://www.symantec.com/connect/forums/install-p12-certificate-silently</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-d-spot.org/wordpress/2010/04/21/importing-pfx-certificates/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

