<?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>Update SSL certificates for exchange Archives - the Sysadmin Channel</title>
	<atom:link href="https://thesysadminchannel.com/tag/update-ssl-certificates-for-exchange/feed/" rel="self" type="application/rss+xml" />
	<link>https://thesysadminchannel.com/tag/update-ssl-certificates-for-exchange/</link>
	<description>Documenting My Life as a System Administrator</description>
	<lastBuildDate>Mon, 14 Oct 2019 05:24:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
<site xmlns="com-wordpress:feed-additions:1">144174110</site>	<item>
		<title>How To Update SSL Certificates for Exchange 2019</title>
		<link>https://thesysadminchannel.com/update-ssl-certificates-for-exchange-2019/</link>
					<comments>https://thesysadminchannel.com/update-ssl-certificates-for-exchange-2019/#respond</comments>
		
		<dc:creator><![CDATA[Paul Contreras]]></dc:creator>
		<pubDate>Thu, 16 May 2019 05:06:24 +0000</pubDate>
				<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[exchange 2016 certificate request]]></category>
		<category><![CDATA[exchange certificate renewal]]></category>
		<category><![CDATA[renew exchange 2013 certificate]]></category>
		<category><![CDATA[renew exchange 2016 certificate digicert]]></category>
		<category><![CDATA[renew exchange 2016 certificate godaddy]]></category>
		<category><![CDATA[renew exchange 2016 certificate step by step]]></category>
		<category><![CDATA[renew SSL certificates for exchange]]></category>
		<category><![CDATA[Update SSL certificates for exchange]]></category>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=1604</guid>

					<description><![CDATA[<p>Because I am using Let&#8217;s Encrypt for my public SSL certificate needs, I have to update my certs every 3 months. It&#8217;s not so bad considering the fact that it&#8217;s 100% free, but it can be a bit cumbersome if&#8230; <a href="https://thesysadminchannel.com/update-ssl-certificates-for-exchange-2019/" class="more-link">Continue Reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://thesysadminchannel.com/update-ssl-certificates-for-exchange-2019/">How To Update SSL Certificates for Exchange 2019</a> appeared first on <a href="https://thesysadminchannel.com">the Sysadmin Channel</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Because I am using Let&#8217;s Encrypt for my public SSL certificate needs, I have to update my certs every 3 months.  It&#8217;s not so bad considering the fact that it&#8217;s 100% free, but it can be a bit cumbersome if you don&#8217;t have the process automated.  Luckily I am at the point where the entire process is automated, thanks to Ryan Bogler&#8217;s <a href="https://www.powershellgallery.com/packages/Posh-ACME/3.2.0" rel="noopener" target="_blank">PoSH-ACME Powershell module</a>, but I thought I would share the process of <strong>how to update SSL certificates for Exchange 2019</strong> manually.  These steps are the same for Exchange 2013 and Exchange 2016 since they both use the similar web interface.</p>
<p><em>If you have any questions regarding the process, be sure to leave a comment and I&#8217;ll do my best to get back to you.</em></p>
<h2>Update SSL Certificates for Exchange 2019 by Generating a Certificate Signing Request (CSR)</h2>
<ul>
<li>Start out by opening a browser and navigating to https://<em>YourExchangeServer</em>/ecp</li>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2019/10/Exchange-Admin-Center-2016-Login.png" target="_blank"><img fetchpriority="high" decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2019/10/Exchange-Admin-Center-2016-Login.png" alt="Exchange Admin Center 2016 Login" width="816" height="392" class="aligncenter size-full wp-image-1618" srcset="https://thesysadminchannel.com/wp-content/uploads/2019/10/Exchange-Admin-Center-2016-Login.png?v=1571018594 816w, https://thesysadminchannel.com/wp-content/uploads/2019/10/Exchange-Admin-Center-2016-Login-768x369.png?v=1571018594 768w" sizes="(max-width: 816px) 100vw, 816px" /></a><br />
&nbsp;</p>
<li>Next, click on <strong>Servers </strong>-> <strong>Certificates </strong>-> <strong>Add </strong>Icon</li>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2019/10/Servers-Certificates-Exchange-2019.png" target="_blank"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2019/10/Servers-Certificates-Exchange-2019.png" alt="Servers-Certificates-Exchange-2019" width="1084" height="456" class="aligncenter size-full wp-image-1622" srcset="https://thesysadminchannel.com/wp-content/uploads/2019/10/Servers-Certificates-Exchange-2019.png?v=1571020172 1084w, https://thesysadminchannel.com/wp-content/uploads/2019/10/Servers-Certificates-Exchange-2019-1024x431.png?v=1571020172 1024w, https://thesysadminchannel.com/wp-content/uploads/2019/10/Servers-Certificates-Exchange-2019-768x323.png?v=1571020172 768w" sizes="(max-width: 1084px) 100vw, 1084px" /></a><br />
&nbsp;</p>
<li>The default, <strong>Create a request for a certificate from a certificate authority</strong> should be selected</li>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2019/10/Create-a-CSR-Exchange-2019.png" target="_blank"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2019/10/Create-a-CSR-Exchange-2019.png" alt="Create a CSR Exchange 2019" width="706" height="518" class="aligncenter size-full wp-image-1628" /></a><br />
&nbsp;</p>
<li>Enter in a friendly name for your cert</li>
<p><div id="attachment_1630" style="width: 716px" class="wp-caption aligncenter"><a href="https://thesysadminchannel.com/wp-content/uploads/2019/10/Create-a-CSR-Exchange-2019-Friendly-Name.png" target="_blank"><img decoding="async" aria-describedby="caption-attachment-1630" src="https://thesysadminchannel.com/wp-content/uploads/2019/10/Create-a-CSR-Exchange-2019-Friendly-Name.png" alt="Create a CSR Exchange 2019 Friendly Name" width="706" height="518" class="size-full wp-image-1630" /></a><p id="caption-attachment-1630" class="wp-caption-text">I chose to append the expiration date to my friendly name so I can see just by looking at it, when the cert expires.</p></div><br />
&nbsp;</p>
<li>If you want a wildcard, click the setting and enter in the root domain.  Otherwise, enter the <strong>exact</strong> name that will be used.</li>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2019/10/Create-a-wildcard-certificate.png" target="_blank"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2019/10/Create-a-wildcard-certificate.png" alt="Create a wildcard certificate" width="706" height="518" class="aligncenter size-full wp-image-1634" /></a><br />
&nbsp;</p>
<li>Click <strong>browse </strong>to select the server. Click next</li>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2019/10/Store-Cert-on-this-Server-Exchange-2019.png" target="_blank"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2019/10/Store-Cert-on-this-Server-Exchange-2019.png" alt="Store Cert on this Server Exchange 2019" width="706" height="518" class="aligncenter size-full wp-image-1637" /></a><br />
&nbsp;</p>
<li>Enter the details regarding your organization</li>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2019/10/Information-about-Certificate-and-Organization.png" target="_blank"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2019/10/Information-about-Certificate-and-Organization.png" alt="Information about Certificate and Organization" width="706" height="518" class="aligncenter size-full wp-image-1639" /></a><br />
&nbsp;</p>
<li>Enter in a path that you have access to</li>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2019/10/New-Exchange-Certificate-Request-Complete.png" target="_blank"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2019/10/New-Exchange-Certificate-Request-Complete.png" alt="New Exchange Certificate Request Complete" width="706" height="518" class="aligncenter size-full wp-image-1641" /></a><br />
&nbsp;</p>
<li>Once the wizard has successfully completed, you should see a pending request in your ECP</li>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2019/10/Certificate-Pending-Request.png" target="_blank"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2019/10/Certificate-Pending-Request.png" alt="Certificate Pending Request" width="889" height="504" class="aligncenter size-full wp-image-1646" srcset="https://thesysadminchannel.com/wp-content/uploads/2019/10/Certificate-Pending-Request.png?v=1571025159 889w, https://thesysadminchannel.com/wp-content/uploads/2019/10/Certificate-Pending-Request-768x435.png?v=1571025159 768w" sizes="(max-width: 889px) 100vw, 889px" /></a><br />
&nbsp;</p>
<li>Navigate to the saved location and open with Notepad or editor of your choice</li>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2019/10/Exchange-2019-Certificate-Request-REQ-file.png" target="_blank"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2019/10/Exchange-2019-Certificate-Request-REQ-file.png" alt="Exchange 2019 Certificate Request REQ file" width="783" height="504" class="aligncenter size-full wp-image-1643" srcset="https://thesysadminchannel.com/wp-content/uploads/2019/10/Exchange-2019-Certificate-Request-REQ-file.png?v=1571023655 783w, https://thesysadminchannel.com/wp-content/uploads/2019/10/Exchange-2019-Certificate-Request-REQ-file-768x494.png?v=1571023655 768w" sizes="(max-width: 783px) 100vw, 783px" /></a><br />
&nbsp;</p>
<li><strong>IMPORTANT</strong>: You need to submit that newly created cert req to your public SSL provider so they can provide you the actual .CER file.</li>
<li>Once you&#8217;ve obtained the .CER from your Cert Provider, go back to <strong>Servers </strong>-> <strong>Certificates </strong>and click <strong>Complete</strong></li>
<li>Provide the location for the .CER file</li>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2019/10/Complete-CSR-Certificate-Request.png" target="_blank"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2019/10/Complete-CSR-Certificate-Request.png" alt="Complete CSR Certificate Request" width="570" height="430" class="aligncenter size-full wp-image-1650" /></a><br />
&nbsp;</p>
<li>Once a valid .CER file has been uploaded, the status should change to Valid</li>
<li>Double Click the newly added cert and go to <strong>Service</strong>.  <strong>Add SMTP and IIS services</strong></li>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2019/10/Exchange-2019-Add-Services-Certificate-Request.png" target="_blank"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2019/10/Exchange-2019-Add-Services-Certificate-Request.png" alt="Exchange 2019 Add Services - Certificate Request" width="766" height="407" class="aligncenter size-full wp-image-1652" /></a></p>
</ul>
<p>&nbsp;<br />
At this point you should be able to go into your certificate store and export the .PFX file for use with ADFS or other services that require a private key. The path is generally going to be found under Cert:\LocalMachine\My</p>
<p>Hopefully this answers some questions and helps you update SSL Certificates for Exchange 2019 in your environment.  The first time I did it, it was very daunting but once you have an understanding of the process, it makes more sense.  Finally, don&#8217;t forget to subscribe to our <a href="https://www.youtube.com/c/TheSysadminChannel" rel="noopener" target="_blank">Youtube Channel</a> for some interesting video content and good times.</p>
<p>The post <a href="https://thesysadminchannel.com/update-ssl-certificates-for-exchange-2019/">How To Update SSL Certificates for Exchange 2019</a> appeared first on <a href="https://thesysadminchannel.com">the Sysadmin Channel</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://thesysadminchannel.com/update-ssl-certificates-for-exchange-2019/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1604</post-id>	</item>
	</channel>
</rss>
