<?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>microsoftNOW &#187; certificate</title>
	<atom:link href="http://www.microsoftnow.com/tag/certificate/feed" rel="self" type="application/rss+xml" />
	<link>http://www.microsoftnow.com</link>
	<description></description>
	<lastBuildDate>Wed, 18 Jan 2012 05:17:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.2</generator>
		<item>
		<title>Publishing Remote Desktop Services on UAG</title>
		<link>http://www.microsoftnow.com/2010/02/publishing-remote-desktop-services-on-uag.html</link>
		<comments>http://www.microsoftnow.com/2010/02/publishing-remote-desktop-services-on-uag.html#comments</comments>
		<pubDate>Mon, 22 Feb 2010 19:22:45 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[forefront]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Remote Desktop Services]]></category>
		<category><![CDATA[RemoteApp]]></category>
		<category><![CDATA[Unified Access Gateway]]></category>

		<guid isPermaLink="false">http://www.microsoftnow.com/2010/02/publishing-remote-desktop-services-on-uag.html</guid>
		<description><![CDATA[If you’re trying to publish Remote Desktop Services or RemoteApp on Microsoft Forefront Unified Access Gateway 2010, and if you encounter the following error, read on: “Your computer can’t connect to the remote computer because no certificate was configured to use at the Remote Desktop Gateway server. Contact your network administrator for assistance”. Before we [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2010%252F02%252Fpublishing-remote-desktop-services-on-uag.html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Publishing%20Remote%20Desktop%20Services%20on%20UAG%22%20%7D);"></div>
<p>If you’re trying to publish Remote Desktop Services or RemoteApp on Microsoft Forefront Unified Access Gateway 2010, and if you encounter the following error, read on:</p>
<blockquote><p>“Your computer can’t connect to the remote computer because no certificate was configured to use at the Remote Desktop Gateway server. Contact your network administrator for assistance”.</p>
</blockquote>
<p><a href="http://www.microsoftnow.com/wp-content/uploads/2010/02/image9.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.microsoftnow.com/wp-content/uploads/2010/02/image_thumb8.png" width="468" height="177" /></a></p>
<p>Before we look into how to fix this, we need to understand how RDS publishing works with UAG:</p>
<ol>
<li>A UAG client accesses a Forefront UAG portal using a Web browser and evaluating the endpoint compliance and session access policies defined on UAG by the administrator. </li>
<li>The end user launches a Remote Desktop application in the portal. The portal uses the RDS ActiveX component to activate the RDC client software running on the endpoint. If the ActiveX component doesn’t exist, it is installed. </li>
<li>The RDC client on the endpoint initiates an RDP-over-HTTPS connection <u><strong>with the Forefront UAG server. </strong></u></li>
<li>The<strong> <u>HTTPS connection terminates on the Forefront UAG server</u></strong>. Forefront UAG uses its <strong><u>integrated RD Gateway</u></strong> to handle the connection. Forefront UAG verifies that the user logged on to the portal successfully, and was authenticated using a session cookie, and then enforces the endpoint access policies. </li>
<li>An RDP session is established from Forefront UAG to the backend RDS hosts. </li>
</ol>
<p>As you can see in step 3 and 4, the HTTPS connection terminates on the Forefront UAG server, which also acts a Remote Desktop Gateway. The error appears because no SSL certificate is configured by default on the RD Gateway running on the Forefront UAG computer.</p>
<p><strong>The Solution</strong></p>
<ol>
<li>On the computer running UAG, open the RD Gateway Manager (Administrative Tools &gt; Remote Desktop Services &gt; Remote Desktop Gateway Manager)<a href="http://www.microsoftnow.com/wp-content/uploads/2010/02/image10.png">        </p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.microsoftnow.com/wp-content/uploads/2010/02/image_thumb9.png" width="584" height="183" /></a>       </li>
<li>You will see that “A server certificate is not yet installed or selected”. Click on <strong>View or modify certificate properties        <br /></strong><a href="http://www.microsoftnow.com/wp-content/uploads/2010/02/image11.png">       <br /><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.microsoftnow.com/wp-content/uploads/2010/02/image_thumb10.png" width="510" height="577" /></a>       </li>
<li>Choose the option <strong>Select an existing certificate from the RD Gateway &lt;computername&gt;</strong>. Click the <strong>Import Certificate</strong> button. </li>
<li>Choose the certificate that matches the public DNS name of your UAG portal. In my case it is uag.tech.com – this is the URL that users connecting from outside your organization will type into the browser to get into the UAG portal. It can be the same certificate that you are using on your HTTPS trunk.<a href="http://www.microsoftnow.com/wp-content/uploads/2010/02/image22.png">
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.microsoftnow.com/wp-content/uploads/2010/02/image22_thumb.png" width="564" height="361" /></a>       </li>
<li>Click <strong>Import</strong> and <strong>OK</strong>. </li>
<li>Try to connect to the RDS Session Host from the UAG portal. It should work (if you have configured the application and your endpoint is compliant with the endpoint security policies that you defined). </li>
</ol>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2010/02/publishing-remote-desktop-services-on-uag.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>&#8220;RPC Server is unavailable&#8221; error when requesting a certificate</title>
		<link>http://www.microsoftnow.com/2010/02/rpc-server-is-unavailable-error-when-requesting-a-certificate.html</link>
		<comments>http://www.microsoftnow.com/2010/02/rpc-server-is-unavailable-error-when-requesting-a-certificate.html#comments</comments>
		<pubDate>Fri, 05 Feb 2010 21:29:15 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[DCOM]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[forefront]]></category>
		<category><![CDATA[ISA server]]></category>
		<category><![CDATA[Threat Management Gateway]]></category>

		<guid isPermaLink="false">http://www.microsoftnow.com/2010/02/rpc-server-is-unavailable-error-when-requesting-a-certificate.html</guid>
		<description><![CDATA[While trying to request a certificate using the Certificates MMC snap-in on a computer running ISA Server, Threat Management Gateway (TMG) or Unified Access Gateway (UAG), you may encounter the following error: “The RPC Server is unavailable” This may be caused due to the RPC Filter in ISA Server/TMG. The RPC filter ensures security by [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2010%252F02%252Frpc-server-is-unavailable-error-when-requesting-a-certificate.html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22%26%238220%3BRPC%20Server%20is%20unavailable%26%238221%3B%20error%20when%20requesting%20a%20certificate%22%20%7D);"></div>
<p>While trying to request a certificate using the Certificates MMC snap-in on a computer running ISA Server, Threat Management Gateway (TMG) or Unified Access Gateway (UAG), you may encounter the following error:</p>
<p>“The RPC Server is unavailable”</p>
<p><a href="http://www.microsoftnow.com/wp-content/uploads/2010/02/image.png"><img style="display: inline; border: 0px;" title="image" src="http://www.microsoftnow.com/wp-content/uploads/2010/02/image_thumb.png" border="0" alt="image" width="554" height="389" /></a></p>
<p>This may be caused due to the RPC Filter in ISA Server/TMG. The RPC filter ensures security by monitoring RPC traffic flowing through the firewall. DCOM traffic is also dropped by this filter. However, DCOM is required to request a certificate.</p>
<p>To workaround this problem, disable strict RPC compliance setting on ISA Server/TMG. Here’s how to do it:</p>
<ul>
<li>Right click on Firewall Policy and choose <strong>Edit System Policy </strong>.</li>
<li>Under <strong>Authentication</strong>, select <strong>Active Directory</strong> configuration group</li>
<li>Uncheck the <strong>Enforce Strict RPC Compliance</strong> option.</li>
</ul>
<p><a href="http://www.microsoftnow.com/wp-content/uploads/2010/02/image1.png"><img style="display: inline; border: 0px;" title="image" src="http://www.microsoftnow.com/wp-content/uploads/2010/02/image_thumb1.png" border="0" alt="image" width="454" height="352" /></a></p>
<ul>
<li>Click <strong>OK</strong> and apply your changes.</li>
</ul>
<p>Of course, you will also need to create a firewall policy rule to allow all traffic from Localhost to Internal. Once you have requested the certificate you can revert these changes.</p>
<p><a href="http://www.microsoftnow.com/wp-content/uploads/2010/02/image2.png"><img style="display: inline; border: 0px;" title="image" src="http://www.microsoftnow.com/wp-content/uploads/2010/02/image_thumb2.png" border="0" alt="image" width="454" height="318" /></a></p>
<p>You can now request certificates from your ISA Server/TMG computer!</p>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2010/02/rpc-server-is-unavailable-error-when-requesting-a-certificate.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Internal transport certificate expired</title>
		<link>http://www.microsoftnow.com/2009/01/internal-transport-certificate-expired.html</link>
		<comments>http://www.microsoftnow.com/2009/01/internal-transport-certificate-expired.html#comments</comments>
		<pubDate>Tue, 27 Jan 2009 13:47:00 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[Edge Transport]]></category>
		<category><![CDATA[Hub Transport server role]]></category>

		<guid isPermaLink="false">http://microsoftnow.com/2009/01/internal-transport-certificate-expired.html</guid>
		<description><![CDATA[January 27, 2009 The internal transport certificate is automatically generated at the Exchange Server 2007 hub transport server and is usually valid only for one year. Once the certificate expires, you will receive continuous event 12019 errors in your Edge transport servers that are subscribed via Edgesync. Event Type:&#160;&#160;&#160;&#160;&#160; Error Event Source:&#160;&#160;&#160; MSExchangeTransport Event Category:&#160; [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2009%252F01%252Finternal-transport-certificate-expired.html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Internal%20transport%20certificate%20expired%22%20%7D);"></div>
<p><font color="#c0c0c0">January 27, 2009</font></p>
<p>The internal transport certificate is automatically generated at the Exchange Server 2007 hub transport server and is usually valid only for one year. Once the certificate expires, you will receive continuous event 12019 errors in your Edge transport servers that are subscribed via Edgesync.</p>
<p><font face="Courier New" size="2">Event Type:&#160;&#160;&#160;&#160;&#160; Error      <br />Event Source:&#160;&#160;&#160; MSExchangeTransport       <br />Event Category:&#160; TransportService       <br />Event ID:&#160;&#160;&#160;&#160;&#160;&#160;&#160; 12019       <br />Date:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 1/27/2009       <br />Time:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 4:46:34 PM       <br />User:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; N/A       <br />Computer:&#160;&#160;&#160;&#160;&#160;&#160;&#160; EDGETRANSPORT       <br />Description:       <br />The remote internal transport certificate expired. Certificate subject: CN=&lt;hub transport server&gt;. </font></p>
<p>You can generate a new SMTP transport certificate on the Hub transport server by running the New-ExchangeCertificate cmdlet with no arguments.</p>
<p><a href="http://lh4.ggpht.com/_lSGuEfogrPw/SX8QWK30PTI/AAAAAAAABSw/SgX8FsJ2Ak4/s1600-h/image%5B5%5D.png"><img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="252" alt="image" src="http://lh4.ggpht.com/_lSGuEfogrPw/SX8QXodajWI/AAAAAAAABS0/HpE_GmO-oiQ/image_thumb%5B3%5D.png?imgmax=800" width="504" border="0" /></a> </p>
<p>This will automatically generate a new certificate. You then need to restart the <strong>Microsoft Exchange Edgesync</strong> service so that the Edge transport servers will be informed of the change.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2009/01/internal-transport-certificate-expired.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Certificate name mismatch in Outlook while running Exchange Server 2007</title>
		<link>http://www.microsoftnow.com/2008/04/certficate-name-mismatch-in-outlook.html</link>
		<comments>http://www.microsoftnow.com/2008/04/certficate-name-mismatch-in-outlook.html#comments</comments>
		<pubDate>Thu, 10 Apr 2008 10:56:00 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[Client Access Server]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Exchange Server 2007]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://microsoftnow.com/2008/04/certificate-name-mismatch-in-outlook-while-running-exchange-server-2007.html</guid>
		<description><![CDATA[If you have installed Exchange 2007 Client Access Servers in your organization, and if you have installed your SSL certificates (even commercial ones) on IIS, Outlook MAPI users may receive &#8216;Security Alert&#8217; messages similar to the above in Outlook. The name on the security certificate is invalid or does not match the name of the [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2008%252F04%252Fcertficate-name-mismatch-in-outlook.html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Certificate%20name%20mismatch%20in%20Outlook%20while%20running%20Exchange%20Server%202007%22%20%7D);"></div>
<p><a href="http://3.bp.blogspot.com/_lSGuEfogrPw/R_3yxAYjxGI/AAAAAAAAAmk/3Yw2D4gywf8/s1600-h/CAS_Cert_err.jpg"><img id="BLOGGER_PHOTO_ID_5187569269531198562" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_lSGuEfogrPw/R_3yxAYjxGI/AAAAAAAAAmk/3Yw2D4gywf8/s400/CAS_Cert_err.jpg" border="0" /></a></p>
<p>If you have installed Exchange 2007 Client Access Servers in your organization, and if you have installed your SSL certificates (even commercial ones) on IIS, Outlook MAPI users may receive &#8216;Security Alert&#8217; messages similar to the above in Outlook.</p>
<blockquote><p><em>The name on the security certificate is invalid or does not match the name of the site.</em></p></blockquote>
<p>This is because of the certificate that you have installed on IIS. Outlook 2007 MAPI clients use Client Access Servers for the Autodiscover service. The Autodiscovery web service (a virtual directory on the Client Access Server) is used for automatically finding the mailbox server for a given user. When the Autodiscover service is accessed by Outlook, and the name on the security certificate installed in IIS doesn&#8217;t match the internal FQDN of the Client Access server (CAS), this error results.</p>
<p>Suppose your company&#8217;s public domain name is <strong>mycompany.com</strong>. You may have obtained a certificate for <strong>webmail.mycompany.com </strong>and installed on the IIS of your Client Access Server. This is correct because users on the internet will type the public name.</p>
<p>However, the same IIS on the CAS is hosts the Autodiscover virtual directory as well and this certificate applies. Your internal domain name might be mycmpny.local and the client access server FQDN might be <strong>CAS1.mycmpny.local</strong>. Outlooks 2007 uses this internal name to connect to Autodiscovery, and hence the mismatch error.</p>
<p>To fix this problem, open Exchange Management Shell and type the following commands:</p>
<p><strong>Set-ClientAccessServer -Identity <span style="color:#990000;">CAS1</span> -AutodiscoverServiceInternalUri https://<span style="color:#990000;">webmail.mycompany.com</span>/autodiscover/autodiscover.xml</strong></p>
<p><strong>Set-WebServicesVirtualDirectory -Identity &#8220;<span style="color:#990000;">CAS1</span>\EWS (Default Web Site)&#8221; -InternalUrl https://<span style="color:#990000;">webmail.mycompany.com</span>/ews/exchange.asmx </strong></p>
<p><strong>Set-OABVirtualDirectory -Identity &#8220;<span style="color:#990000;">CAS1</span>\oab (Default Web Site)&#8221; -InternalUrl </strong><strong>https://<span style="color:#990000;">webmail.mycompany.com</span>/oab</strong></p>
<p><strong>Set-UMVirtualDirectory -Identity &#8220;<span style="color:#990000;">CAS1</span>\unifiedmessaging (Default Web Site)&#8221; -InternalUrl https://<span style="color:#990000;">webmail.mycompany.com</span>/unifiedmessaging/service.asmx</strong></p>
<p>Pay attention to the text in <strong><span style="color:#990000;">red</span></strong>, you will need to change it to reflect your server&#8217;s running parameters. Recycle the <strong>MSExchangeAutodiscoverAppPool</strong>. Your users should no longer receive the security alert.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2008/04/certficate-name-mismatch-in-outlook.html/feed</wfw:commentRss>
		<slash:comments>40</slash:comments>
		</item>
		<item>
		<title>Crash-proofing the Enterprise Root CA</title>
		<link>http://www.microsoftnow.com/2008/04/crash-proofing-enterprise-root-ca.html</link>
		<comments>http://www.microsoftnow.com/2008/04/crash-proofing-enterprise-root-ca.html#comments</comments>
		<pubDate>Tue, 08 Apr 2008 04:24:00 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[backup and recovery]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Windows Server 2003]]></category>

		<guid isPermaLink="false">http://microsoftnow.com/2008/04/crash-proofing-the-enterprise-root-ca.html</guid>
		<description><![CDATA[Your enterprise root CA is an important piece of your enterprise network. Especially if you issue a lot of certificates for a wide variety of purposes to your users. A root CA also needs to be highly secured, both physically and over the network, because it contains the private key. A downtime on the root [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2008%252F04%252Fcrash-proofing-enterprise-root-ca.html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Crash-proofing%20the%20Enterprise%20Root%20CA%22%20%7D);"></div>
<p><a href="http://1.bp.blogspot.com/_lSGuEfogrPw/R_r9hUUPyJI/AAAAAAAAAmE/hYRkgBAecE8/s1600-h/icon-ssl_certificate-64x64.png"><img style="FLOAT: right; MARGIN: 0px 0px 10px 10px; CURSOR: hand" id="BLOGGER_PHOTO_ID_5186736669701687442" border="0" alt="" src="http://1.bp.blogspot.com/_lSGuEfogrPw/R_r9hUUPyJI/AAAAAAAAAmE/hYRkgBAecE8/s400/icon-ssl_certificate-64x64.png" /></a>Your enterprise root CA is an important piece of your enterprise network. Especially if you issue a lot of certificates for a wide variety of purposes to your users.
<div></div>
<p>
<div>A root CA also needs to be highly secured, both physically and over the network, because it contains the private key. A downtime on the root CA is seldom noticed because there is minimal need for using the server &#8211; except while issuing or renewing certificates. In fact, the Microsoft best practice is to power down your root CA when not in use.</div>
<p>
<div></div>
<div>Now, what to do if your enterprise root CA crashes? Information about the enterprise root CA is written on the Active directory, in the registry of the Windows Server hosting the CA, and most important of all, the private key is also stored on this machine.</div>
<p>
<div></div>
<div>Quite obviously, In the event of a total failure, a backup is required. Taking a backup of the root CA is often neglected. Believe me, it takes virtually no time to take a backup and it&#8217;s the only way to restore your CA with all private keys intact.</div>
<p>
<div></div>
<div><a href="http://support.microsoft.com/kb/298138">Microsoft KB Article 298138</a> explains how you can backup your CA and move it to separate hardware. The procedure is also applicable if the hardware running your root CA crashes totally and you want to set up the same CA on a new server hardware.</div>
<p>
<div></div>
<div>In this post, I will explain how you can automate a backup of the CA. Restoration can be done as per the article mentioned above. Write a script &#8220;backupCA.bat&#8221; with the following code:</div>
<div></div>
<p>
<div><strong>certutil -backup D:\backup</strong></div>
<div><strong>certutil -backupkey D:\backup</strong></div>
<div><strong>certutil -backupdb D:\backup</strong></div>
<div><strong>reg export HKLM\SYSTEM\CurrentControlSet\Services\CertSvc\Configuration D:\backup\regbackup.reg</strong></div>
<p>
<div><strong></strong></div>
<div>Make sure the D:\backup folder is picked up by your centralized tape backup solution. Be extra careful with the tape because this contains the private key of your CA. Your organization should have the handling of tapes included in the security policy.</div>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2008/04/crash-proofing-enterprise-root-ca.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 7: Re-release</title>
		<link>http://www.microsoftnow.com/2007/10/internet-explorer-7-re-release.html</link>
		<comments>http://www.microsoftnow.com/2007/10/internet-explorer-7-re-release.html#comments</comments>
		<pubDate>Fri, 05 Oct 2007 09:49:00 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[internet security]]></category>

		<guid isPermaLink="false">http://microsoftnow.com/2007/10/internet-explorer-7-re-release.html</guid>
		<description><![CDATA[Microsoft has re-released Internet Explorer 7.0 yesterday. The added features include: The Menu bar will be turned on by default (thankfully) Removed the Windows Genuine Advantage validation requirement for expanded availability to Windows PC users (legal copy of Windows&#8230; or otherwise) For first time users, the first-run experience includes a new, easily accessible overview For [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2007%252F10%252Finternet-explorer-7-re-release.html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Internet%20Explorer%207%3A%20Re-release%22%20%7D);"></div>
<p><a href="http://3.bp.blogspot.com/_lSGuEfogrPw/RwYOGm3YOiI/AAAAAAAAAVY/2SZtnrXsk98/s1600-h/ie7.jpg"><img id="BLOGGER_PHOTO_ID_5117793533227973154" style="FLOAT: right; MARGIN: 0px 0px 10px 10px; CURSOR: hand" alt="" src="http://3.bp.blogspot.com/_lSGuEfogrPw/RwYOGm3YOiI/AAAAAAAAAVY/2SZtnrXsk98/s200/ie7.jpg" border="0" /></a>Microsoft has re-released Internet Explorer 7.0 yesterday. The added features include:
<div>
<div>
<div>
<ul>
<li>The Menu bar will be turned on by default (thankfully)</li>
<li>Removed the <a href="http://www.microsoft.com/genuine/downloads/WhyValidate.aspx">Windows Genuine Advantage</a> validation requirement for expanded availability to Windows PC users (legal copy of Windows&#8230; or otherwise) </li>
<li>For first time users, the first-run experience includes a new, easily accessible overview</li>
<li>For all users, the online Internet Explorer 7 tour has been updated to include how-to’s on great new features like tabbed browsing. </li>
<li>Microsoft has also included a new MSI installer for enterprises that simplifies deployment for customers. IT Administrators can tailor to their organization’s needs by using the <a href="http://technet.microsoft.com/en-us/ie/bb219556.aspx">Internet Explorer Administration Kit (IEAK)</a> and deploy the package to relevant units within their organization using e.g. Group Policies or Systems Management Server (SMS). </li>
</ul>
<p>Microsoft takes its commitment seriously in helping protect the entire Windows ecosystem. Security enhancements to Internet Explorer 7 include a built-in <strong>Phishing Filter that prevents an average of 900,000 visits per week to known phishing Web sites!</strong> </p>
<p>Additionally, Internet Explorer 7 is the first and only browser to natively support <a href="http://www.microsoft.com/windows/ev">Extended Validation SSL Certificates</a> to help prevent online fraud. </p>
<p><strong>How can I get it?</strong></p>
<ul>
<li><a href="http://www.microsoft.com/windows/downloads/ie/getitnow.mspx">Microsoft Download Center</a></li>
<li>Automatic Updates. (Not ready for IE7? <strong><a href="http://go.microsoft.com/fwlink/?linkid=65788">Block it.</a></strong>)</li>
</ul>
</div>
</div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2007/10/internet-explorer-7-re-release.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wildcard Certificates: My frivolous antics</title>
		<link>http://www.microsoftnow.com/2007/10/wildcard-certificates-my-frivolous.html</link>
		<comments>http://www.microsoftnow.com/2007/10/wildcard-certificates-my-frivolous.html#comments</comments>
		<pubDate>Mon, 01 Oct 2007 06:31:00 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[internet security]]></category>
		<category><![CDATA[ISA server]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[wildcard]]></category>

		<guid isPermaLink="false">http://microsoftnow.com/2007/10/wildcard-certificates-my-frivolous-antics.html</guid>
		<description><![CDATA[A client wanted to publish two web services on SSL using ISA Server 2006: Outlook Web Access and Sharepoint Portal Server. We know that ISA Server can only bind one SSL certificate per socket. This translates to one HTTPS URL/website per socket. What does this mean? Lets say I have my OWA at https://owa.shijaz.com/ and [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2007%252F10%252Fwildcard-certificates-my-frivolous.html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Wildcard%20Certificates%3A%20My%20frivolous%20antics%22%20%7D);"></div>
<p>A client wanted to publish two web services on SSL using ISA Server 2006: Outlook Web Access and Sharepoint Portal Server.</p>
<p>We know that ISA Server can only bind one SSL certificate per socket. This translates to one HTTPS URL/website per socket. What does this mean? Lets say I have my OWA at <a href="https://owa.shijaz.com/">https://owa.shijaz.com/</a> and I have an SSL certificate issued to owa.shijaz.com. I also have my Sharepoint portal at <a href="https://portal.shijaz.com/">https://portal.shijaz.com/</a> for which I have acquired a certificate with common name portal.shijaz.com.</p>
<p>While publishing, I can have only one web listener per socket and a web listener can accept at most ONE SSL certificate. If I apply the owa.shijaz.com certificate on my web listener, OWA will work fine, but users browsing to portal.shijaz.com will get a certificate warning/error. If I apply the portal.shijaz.com certificate, users browsing to owa.shijaz.com will get a certificate warning/error.</p>
<p>So what&#8217;s the solution? Wouldn&#8217;t it be great if we could order a certificate with common name *.shijaz.com and use the same certificate for both (or more) websites? Yes, you can! That&#8217;s called the WILDCARD Certificate!</p>
<p>Ordering a wildcard certificate is fairly simple, if you know how to order a normal SSL certificate. While generating an SSL request, simply enter <strong>*.yourdomain.com</strong> as the common name for the new certificate.</p>
<p><a href="http://4.bp.blogspot.com/_lSGuEfogrPw/RwCdVyFOeOI/AAAAAAAAAU4/AMQZ2KU5Trk/s1600-h/wilcard_test.JPG"><img id="BLOGGER_PHOTO_ID_5116262174239389922" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_lSGuEfogrPw/RwCdVyFOeOI/AAAAAAAAAU4/AMQZ2KU5Trk/s400/wilcard_test.JPG" border="0" /></a><br />Wildcard certificates have a limitation that they are not available in 128-bit <a href="http://en.wikipedia.org/wiki/Server_gated_cryptography">SGC</a> and available only in standard encryption. The encryption level is decided by the <a href="http://support.microsoft.com/kb/195833">user&#8217;s browser</a>, rather than the certificate. So, if you&#8217;re securing a electronic payment website or a finance-related website, a wildcard certificate may not be what you should be looking at.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2007/10/wildcard-certificates-my-frivolous.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Publishing internal file servers through OWA</title>
		<link>http://www.microsoftnow.com/2007/08/publishing-internal-file-servers.html</link>
		<comments>http://www.microsoftnow.com/2007/08/publishing-internal-file-servers.html#comments</comments>
		<pubDate>Fri, 24 Aug 2007 10:46:00 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[Exchange Server 2007]]></category>
		<category><![CDATA[IAG 2007]]></category>
		<category><![CDATA[ISA server]]></category>
		<category><![CDATA[OWA]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://microsoftnow.com/2007/08/publishing-internal-file-servers-through-owa.html</guid>
		<description><![CDATA[Outlook Web Access (OWA) on Exchange Server 2007 now supports direct file access, which means users can connect to internal file servers over the web using the standard OWA interface. Readers of my earlier posting on Intelligent Application Gateway 2007 will agree that, if SSL is configured on Outlook Web Access (OWA) with internal file [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2007%252F08%252Fpublishing-internal-file-servers.html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Publishing%20internal%20file%20servers%20through%20OWA%22%20%7D);"></div>
<p>Outlook Web Access (OWA) on Exchange Server 2007 now supports direct file access, which means users can connect to internal file servers over the web using the standard OWA interface.</p>
<p>Readers of my <a href="http://blog.shijaz.com/2007/07/my-experiments-with-iag-2007.html">earlier posting on Intelligent Application Gateway 2007</a> will agree that, if SSL is configured on Outlook Web Access (OWA) with internal file server access enabled, and it is published using ISA Server 2006, this gives you the equivalent of a browser-based SSL-VPN connection to the file server! Think about it.</p>
<p>This is good news for organizations who want to publish their file servers securely for home users but cannot afford a secure VPN solution.</p>
<p>Similarly, users can access internal Sharepoint sites from OWA if this is enabled on Exchange Server 2007. Certainly good news for organizations that tried to publish both OWA and <a href="http://www.sherweb.com/sharepoint-hosting">SharePoint server</a> over SSL on the same ISA Server installation &#8212; and then daunted away because it meant replacing the SSL certificate a wildcard certificate (which offers weaker encryption than a normal SSL certificate).</p>
<p>For step-by-step instructions on how to configure direct file access, see my article <a href="http://www.shijaz.com/exchange/Configuring_file_server_access_OWA2007.asp">Configuring direct file server access from Outlook Web Access in Exchange Server 2007</a></p>
<p><a href="http://3.bp.blogspot.com/_lSGuEfogrPw/Rs66CvdkPoI/AAAAAAAAAPg/RyEqzHRKlvQ/s1600-h/OWA-fileshare.JPG"><img id="BLOGGER_PHOTO_ID_5102219984120331906" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_lSGuEfogrPw/Rs66CvdkPoI/AAAAAAAAAPg/RyEqzHRKlvQ/s400/OWA-fileshare.JPG" border="0" /></a></p>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2007/08/publishing-internal-file-servers.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digitally sign your email for free</title>
		<link>http://www.microsoftnow.com/2007/07/digitally-sign-your-email-for-free.html</link>
		<comments>http://www.microsoftnow.com/2007/07/digitally-sign-your-email-for-free.html#comments</comments>
		<pubDate>Tue, 03 Jul 2007 07:05:00 +0000</pubDate>
		<dc:creator>Shijaz Abdulla</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[identity theft]]></category>
		<category><![CDATA[insurance]]></category>
		<category><![CDATA[internet security]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[thawte]]></category>

		<guid isPermaLink="false">http://microsoftnow.com/2007/07/digitally-sign-your-email-for-free.html</guid>
		<description><![CDATA[Thawte gives away free personal email certificates at their website. A thawte Personal E-mail Certificate in conjunction with the thawte Web of Trust allows you to secure and guarantee authorship of your e-mail communications by digitally signing and encrypting your e-mails. IN SHORT: A personal email certificate lets you digitally sign all your outgoing email [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div>
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.microsoftnow.com%252F2007%252F07%252Fdigitally-sign-your-email-for-free.html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Digitally%20sign%20your%20email%20for%20free%22%20%7D);"></div>
<p>Thawte gives away free personal email certificates at their website.</p>
<p>A thawte Personal E-mail Certificate in conjunction with the thawte Web of Trust allows you to secure and guarantee authorship of your e-mail communications by digitally signing and encrypting your e-mails.</p>
<p>IN SHORT: A personal email certificate lets you digitally sign all your outgoing email so that the recipient knows that you sent it!</p>
<p>Click here to <a href="http://www.thawte.com/secure-email/personal-email-certificates/index.html#">get a certificate</a>.</p>
<p>A word of caution here, read everything carefully whilst you apply for digital certificate. Remember the password and the question-answer pairs otherwise you will *never* be able to get another certificate for the same email ID. Also keep your password totally secret &#8211; a recipient can take you to court for documents that appear to be digitally signed by you, but was in reality signed in your name by an identity thief!</p>

]]></content:encoded>
			<wfw:commentRss>http://www.microsoftnow.com/2007/07/digitally-sign-your-email-for-free.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

