<?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>Luka Manojlovic &#187; certificate step-by-step</title>
	<atom:link href="http://luka.manojlovic.net/tag/certificate-step-by-step/feed/" rel="self" type="application/rss+xml" />
	<link>http://luka.manojlovic.net</link>
	<description>Luka&#039;s technical blog</description>
	<lastBuildDate>Sun, 18 Dec 2011 14:19:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>New certificate in Exchange 2007 step-by-step</title>
		<link>http://luka.manojlovic.net/2008/01/12/new-certificate-in-exchange-2007-step-by-step/</link>
		<comments>http://luka.manojlovic.net/2008/01/12/new-certificate-in-exchange-2007-step-by-step/#comments</comments>
		<pubDate>Sat, 12 Jan 2008 14:49:45 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[MS Exchange server]]></category>
		<category><![CDATA[MS Exchange server 2007]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[certificate step-by-step]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2007 certificate]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/2008/01/12/new-certificate-in-exchange-2007-step-by-step/</guid>
		<description><![CDATA[1. step New-ExchangeCertificate -generaterequest:1 -domainname domain.com,mail.domain.com,smtp.domain.com,pop3.domain.com -privatekeyexportable:1 -path c:\cert.txt -force:1 2. step Import certificate request using web access to your Certification authority - logon as administrator! (WEB SERVER!!!) 3. step Export certificate to a location on the disk&#8230; c:\certnew.crt 4. step Import-ExchangeCertificate -path c:\certnew.cer 5. step Enable-ExchangeCertificate -thumbprint 5ACC9A5D90E2CFDBAD6E25CD02362B8954506810 -Services &#8220;IIS,POP,SMTP,IMAP&#8221; To remove old certificates: Remove-ExchangeCertificate [...]]]></description>
			<content:encoded><![CDATA[<p align="left">1. step<br />
New-ExchangeCertificate -generaterequest:1 -domainname domain.com,mail.domain.com,smtp.domain.com,pop3.domain.com -privatekeyexportable:1 -path c:\cert.txt -force:1</p>
<p align="left">2. step<br />
Import certificate request using web access to your Certification authority - logon as administrator! (WEB SERVER!!!)</p>
<p align="left">3. step<br />
Export certificate to a location on the disk&#8230; c:\certnew.crt</p>
<p align="left">4. step<br />
Import-ExchangeCertificate -path c:\certnew.cer</p>
<p align="left">5. step<br />
Enable-ExchangeCertificate -thumbprint 5ACC9A5D90E2CFDBAD6E25CD02362B8954506810 -Services &#8220;IIS,POP,SMTP,IMAP&#8221;</p>
<p align="left">To remove old certificates:<br />
Remove-ExchangeCertificate -Thumbprint &#8230;&#8230;&#8230;&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2008/01/12/new-certificate-in-exchange-2007-step-by-step/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

