<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Backing up Windows Server 2008 ADCS CA Keys</title><link>http://blogs.technet.com/b/pki/archive/2010/08/06/backing-up-windows-server-2008-adcs-ca-keys.aspx</link><description>[EDIT 2/20/2012] This problem has recently been resovled in a hotfix update. S ystem state backup does not include CA private keys in Windows Server 2008 or in Windows Server 2008 R2 - http://support.microsoft.com/kb/2603469 
 
 
 Backing up a Windows</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Backing up Windows Server 2008 ADCS CA Keys</title><link>http://blogs.technet.com/b/pki/archive/2010/08/06/backing-up-windows-server-2008-adcs-ca-keys.aspx#3384542</link><pubDate>Wed, 02 Feb 2011 18:02:31 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3384542</guid><dc:creator>markbcooper</dc:creator><description>&lt;p&gt;Yes. The Snapshot will be a full backup of the guest operating system and will then give you all the files you need. The downside is the recovery is more difficult if you want to restore just certificate services and not the entire snapshot.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3384542" width="1" height="1"&gt;</description></item><item><title>re: Backing up Windows Server 2008 ADCS CA Keys</title><link>http://blogs.technet.com/b/pki/archive/2010/08/06/backing-up-windows-server-2008-adcs-ca-keys.aspx#3384268</link><pubDate>Tue, 01 Feb 2011 22:56:47 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3384268</guid><dc:creator>JayM</dc:creator><description>&lt;p&gt;In regards to hosting CAs on VMs. Would a Snapshot of the current state of a VM be a suitable backup option?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3384268" width="1" height="1"&gt;</description></item><item><title>re: Backing up Windows Server 2008 ADCS CA Keys</title><link>http://blogs.technet.com/b/pki/archive/2010/08/06/backing-up-windows-server-2008-adcs-ca-keys.aspx#3373060</link><pubDate>Sat, 04 Dec 2010 02:12:44 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3373060</guid><dc:creator>markbcooper</dc:creator><description>&lt;p&gt;No, an additional backup is not required. Using &amp;quot;AllCritical&amp;quot; includes all critical drives, including the Operating System drive. The private keys are stored on the Operating System drive. For more information on &amp;quot;AllCritical&amp;quot;, refer to blogs.technet.com/.../deciding-between-system-state-backup-and-allcritical-backup-in-windows-server-2008.aspx.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3373060" width="1" height="1"&gt;</description></item><item><title>re: Backing up Windows Server 2008 ADCS CA Keys</title><link>http://blogs.technet.com/b/pki/archive/2010/08/06/backing-up-windows-server-2008-adcs-ca-keys.aspx#3371732</link><pubDate>Mon, 29 Nov 2010 09:49:47 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3371732</guid><dc:creator>Yves</dc:creator><description>&lt;p&gt;We are using Windows Server Backup on Windows Server 2008 with the option -allcritical. Is it still necessary to backup the CA keys seperately?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3371732" width="1" height="1"&gt;</description></item><item><title>re: Backing up Windows Server 2008 ADCS CA Keys</title><link>http://blogs.technet.com/b/pki/archive/2010/08/06/backing-up-windows-server-2008-adcs-ca-keys.aspx#3360367</link><pubDate>Wed, 06 Oct 2010 19:05:17 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3360367</guid><dc:creator>markbcooper</dc:creator><description>&lt;p&gt;The private key is usually not stored by a Certification Authority for an issued certificate (unless Key Recovery is implemented). So any certificate you export from the CA will NOT contain the private key unless you are explicity performing a Key Recovery. To get a certificate exported from the CA with a command line only approach, you can perform the following steps:&lt;/p&gt;
&lt;p&gt;1) Locate the requestID in the database or find another distinguishing attribute (Serial Number, etc...)&lt;/p&gt;
&lt;p&gt;2) Run the following two commands. The first exports the certificate in a raw format, the second decodes it into an X509 certificate.&lt;/p&gt;
&lt;p&gt;certutil –view –restrict RequestId=&amp;lt;ID FROM STEP1&amp;gt; –out RawCertificate &amp;gt; RequestCert.txt&lt;/p&gt;
&lt;p&gt;certutil –decode RequestCert.txt Certificate.cer&lt;/p&gt;
&lt;p&gt;If you are using another attribute other than RequestID, the -restrict statement should be changed to the appropriate attribute and value.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3360367" width="1" height="1"&gt;</description></item><item><title>re: Backing up Windows Server 2008 ADCS CA Keys</title><link>http://blogs.technet.com/b/pki/archive/2010/08/06/backing-up-windows-server-2008-adcs-ca-keys.aspx#3355624</link><pubDate>Wed, 15 Sep 2010 14:09:19 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3355624</guid><dc:creator>Lakshmi </dc:creator><description>&lt;p&gt;This may be very trivial, how can i export only the certificate and not the private key of a issued certificate from the CA via command line. e.g a DC certificate.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3355624" width="1" height="1"&gt;</description></item></channel></rss>