<?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>IIS Archives - Creative People | Quality IT services</title>
	<atom:link href="https://creativepeople.gr/category/iis/feed/" rel="self" type="application/rss+xml" />
	<link>https://creativepeople.gr/category/iis/</link>
	<description>Quality IT Services</description>
	<lastBuildDate>Mon, 11 Nov 2019 09:43:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://creativepeople.gr/wp-content/uploads/2020/02/fav.png</url>
	<title>IIS Archives - Creative People | Quality IT services</title>
	<link>https://creativepeople.gr/category/iis/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Renew a custom IIS Certificate that is about to expire, without affecting clients</title>
		<link>https://creativepeople.gr/everyday-it-issues/renew-a-custom-iis-certificate-that-is-about-to-expire-without-affecting-clients/</link>
		
		<dc:creator><![CDATA[Chrysostomos Psaroudakis]]></dc:creator>
		<pubDate>Wed, 09 Oct 2013 08:07:18 +0000</pubDate>
				<category><![CDATA[Everyday IT issues]]></category>
		<category><![CDATA[Exchange 2003]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Windows 2003 Server]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[isa]]></category>
		<category><![CDATA[windows server]]></category>
		<category><![CDATA[www.creativepeople.gr]]></category>
		<guid isPermaLink="false">http://cpltditdays.wordpress.com/?p=187</guid>

					<description><![CDATA[<p>A custom (non paid) certificate is about to expiry and you are afraid that your web clients won&#8217;t be able to login, or have problems logging<span class="excerpt-hellip"> […]</span></p>
<p>The post <a href="https://creativepeople.gr/everyday-it-issues/renew-a-custom-iis-certificate-that-is-about-to-expire-without-affecting-clients/">Renew a custom IIS Certificate that is about to expire, without affecting clients</a> appeared first on <a href="https://creativepeople.gr">Creative People | Quality IT services</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>A custom (non paid) certificate is about to expiry and you are afraid that your web clients won&#8217;t be able to login, or have problems logging in due to that certificate expiration?</p>
<p>A great example of this would be OWA (outlook web access) certificates renewal.</p>
<p>1.Go to your IIS web server.</p>
<p>2.Right Click on the website having the expiring certificate and click properties</p>
<p><img decoding="async" src="https://creativepeople.gr/wp-content/uploads/2013/10/b9c5d-01.jpg" alt="" border="0" /></p>
<p>3.Click on Directory Security tab and then on Server Certificate and click next</p>
<p><img fetchpriority="high" decoding="async" src="https://creativepeople.gr/wp-content/uploads/2013/10/a8109-02.jpg?w=300" alt="" width="640" height="360" border="0" /></p>
<p>4.Click on Renew the current Certificate and then Prepare the request now, but send it later.</p>
<p><img decoding="async" src="https://creativepeople.gr/wp-content/uploads/2013/10/60735-03.jpg" alt="" border="0" /></p>
<p>5.The wizard will save the Certificate request on a file on your drive (c:\certreq.txt)</p>
<p>6.After the wizard finishes you should fire up your certificate authority web site. IE is recommended for this job!</p>
<p>http://certificate_authority_server/certsrv</p>
<p>This should look like this.</p>
<p><img decoding="async" src="https://creativepeople.gr/wp-content/uploads/2013/10/2a267-04.jpg" alt="" border="0" /></p>
<p>7.Click on Request a Certificate link and then on &#8220;advanced certificate request&#8221;</p>
<p><img decoding="async" src="https://creativepeople.gr/wp-content/uploads/2013/10/902e1-05.jpg" alt="" border="0" /></p>
<p>8.Click on the second link saying:</p>
<p>Submit a certificate request by using a base-64-encoded CMC or PKCS #10 file, or submit a renewal request by using a base-64-encoded PKCS #7 file.</p>
<p>Browse for a file to insert (take the file you created on your certificate request back on step 5). If your IE has its security settings enabled then you may just copy and paste the contents of the txt file created on step 5.</p>
<p><strong>REMEMBER!!! Certificate template should be &#8220;Web Server&#8221;</strong></p>
<p><img decoding="async" src="https://creativepeople.gr/wp-content/uploads/2013/10/1456f-06.jpg" alt="" border="0" /></p>
<p>Click on submit on your bottom right.</p>
<p>9.Download the certificate created and in case you need it in the future its chain as well.</p>
<p>10.Go back to your IIS that waits for the renewal. Do again steps 2 and 3 in order to go back to Security&gt;Certificates configuration.</p>
<p>11.This time the server waits for the certificate you created and downloaded on step 9.</p>
<p>12.Proceed with submiting the certificate.</p>
<p>13.Export the certificate in pfx format directly from your IIS using the appropriate button on your Certificate Wizard. You will need this in order to publish this certificate again on your firewall/ISA/TMG</p>
<p>Now there is a case that in front of your web server you have an ISA or other Firewall to initially do the &#8220;talking&#8221; with your external clients. Therefore you need to install this certificate (step 13) to the &#8220;talker&#8221;</p>
<p>In case of an ISA/TMG:</p>
<p>14.Launch mmc&gt;Add Certificates&gt;LOCAL COMPUTER</p>
<p>15.Remove all old expiring certs from your Personal Directory</p>
<p>16.Import new pfx file (step 13)</p>
<p>17.Check your rule in OWA Publish in SSL/https Web listener –change Certificate.</p>
<p>Have a nice day 🙂</p>
<p><a title="Creative People" href="https://creativepeople.gr" target="_blank" rel="noopener noreferrer">Creative People</a></p>
<p>The post <a href="https://creativepeople.gr/everyday-it-issues/renew-a-custom-iis-certificate-that-is-about-to-expire-without-affecting-clients/">Renew a custom IIS Certificate that is about to expire, without affecting clients</a> appeared first on <a href="https://creativepeople.gr">Creative People | Quality IT services</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to no www on website publish</title>
		<link>https://creativepeople.gr/everyday-it-issues/how-to-no-www-on-website-publish/</link>
		
		<dc:creator><![CDATA[Chrysostomos Psaroudakis]]></dc:creator>
		<pubDate>Mon, 09 Sep 2013 07:08:27 +0000</pubDate>
				<category><![CDATA[Everyday IT issues]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[bindings]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[www.creativepeople.gr]]></category>
		<guid isPermaLink="false">http://cpltditdays.wordpress.com/?p=107</guid>

					<description><![CDATA[<p>The idea that users are bored to write the full address of the website they want to visit, on their browsers address led to another IT &#8220;headache&#8221;.<span class="excerpt-hellip"> […]</span></p>
<p>The post <a href="https://creativepeople.gr/everyday-it-issues/how-to-no-www-on-website-publish/">How to no www on website publish</a> appeared first on <a href="https://creativepeople.gr">Creative People | Quality IT services</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The idea that users are bored to write the full address of the website they want to visit, on their browsers address led to another IT &#8220;headache&#8221;. Actually this is not too difficult to implement.</p>
<p>First step is to go on your DNS server, choose the zone you like (domain.com) and add a host (A) record, where you simplly LEAVE BLANK the &#8220;name (uses parent domain name if blank)&#8221;. Do not forget to add the ip address of your web server, cause inability to resolve will take place. This way you produce an A record of the simply &#8220;domain.com&#8221; with no text no front.</p>
<p>After doing this you should not forget to go on your webserver and edit your bindings. If you don&#8217;t have bindings enabled then you should add the &#8220;domain.com&#8221; plain with no www in front. V-hosts editing would simply do the same job on non MS web servers.</p>
<p>Same actions should be taken if you use publishing and routing on your firewall.</p>
<p>Till next time&#8230;.bb</p>
<p><a title="Creative People" href="https://creativepeople.gr" target="_blank" rel="noopener noreferrer">Creativepeople.gr</a></p>
<p>The post <a href="https://creativepeople.gr/everyday-it-issues/how-to-no-www-on-website-publish/">How to no www on website publish</a> appeared first on <a href="https://creativepeople.gr">Creative People | Quality IT services</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
