<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Multiple Secure Subdomains with a Wildcard SSL Certificate</title>
	<atom:link href="http://phaseshiftllc.com/archives/2008/10/27/multiple-secure-subdomains-with-a-wildcard-ssl-certificate/feed" rel="self" type="application/rss+xml" />
	<link>http://phaseshiftllc.com/archives/2008/10/27/multiple-secure-subdomains-with-a-wildcard-ssl-certificate</link>
	<description>Official Site of Phase Shift, LLC an IT Consulting Group from Baton Rouge, LA</description>
	<lastBuildDate>Mon, 06 Sep 2010 16:38:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Rich</title>
		<link>http://phaseshiftllc.com/archives/2008/10/27/multiple-secure-subdomains-with-a-wildcard-ssl-certificate/comment-page-1#comment-1057</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Mon, 06 Sep 2010 16:38:09 +0000</pubDate>
		<guid isPermaLink="false">http://phaseshiftllc.com/?p=131#comment-1057</guid>
		<description>Hey, this is good, but it leaves the problem that *.mydomain.com does not cover mydomain.com. i.e. it only covers subdomains. Of course you can use www.mydomain.com, but that&#039;s like SO &#039;90s...

[don&#039;t suppose you know of a way around this, too?]

thanks for v. useful post though. It was this or SNI, but that&#039;s not reached Lenny nor its backports yet.</description>
		<content:encoded><![CDATA[<p>Hey, this is good, but it leaves the problem that *.mydomain.com does not cover mydomain.com. i.e. it only covers subdomains. Of course you can use <a href="http://www.mydomain.com" rel="nofollow">http://www.mydomain.com</a>, but that&#8217;s like SO &#8217;90s&#8230;</p>
<p>[don't suppose you know of a way around this, too?]</p>
<p>thanks for v. useful post though. It was this or SNI, but that&#8217;s not reached Lenny nor its backports yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaylon</title>
		<link>http://phaseshiftllc.com/archives/2008/10/27/multiple-secure-subdomains-with-a-wildcard-ssl-certificate/comment-page-1#comment-491</link>
		<dc:creator>Jaylon</dc:creator>
		<pubDate>Fri, 30 Oct 2009 14:07:25 +0000</pubDate>
		<guid isPermaLink="false">http://phaseshiftllc.com/?p=131#comment-491</guid>
		<description>Great post.  I totally agree with you.</description>
		<content:encoded><![CDATA[<p>Great post.  I totally agree with you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derek</title>
		<link>http://phaseshiftllc.com/archives/2008/10/27/multiple-secure-subdomains-with-a-wildcard-ssl-certificate/comment-page-1#comment-415</link>
		<dc:creator>derek</dc:creator>
		<pubDate>Mon, 26 Oct 2009 00:18:11 +0000</pubDate>
		<guid isPermaLink="false">http://phaseshiftllc.com/?p=131#comment-415</guid>
		<description>All of the examples, yours (with www) and mine (code.mydomain.com and test.mydomain.com) are subdomains and this is exactly what wildcard certs are for.  You do need to be careful how you create your certs as you can run into issues if you try to use them below the child subdomain level - www.test.mydomain.com is a grandchild of mydomain (www is a child of test and test is a child of mydomain).  For your examples, you would really need certs for *.code.mydomain.com and *.test.mydomain.com (or just use mod_rewrite to drop the www).

Applying wildcard certs is pretty trivial, the real purpose of the article is to show how you can do it through Apache without assigning all of them their own IP (ie - use name based virtual hosts).</description>
		<content:encoded><![CDATA[<p>All of the examples, yours (with www) and mine (code.mydomain.com and test.mydomain.com) are subdomains and this is exactly what wildcard certs are for.  You do need to be careful how you create your certs as you can run into issues if you try to use them below the child subdomain level &#8211; <a href="http://www.test.mydomain.com" rel="nofollow">http://www.test.mydomain.com</a> is a grandchild of mydomain (www is a child of test and test is a child of mydomain).  For your examples, you would really need certs for *.code.mydomain.com and *.test.mydomain.com (or just use mod_rewrite to drop the www).</p>
<p>Applying wildcard certs is pretty trivial, the real purpose of the article is to show how you can do it through Apache without assigning all of them their own IP (ie &#8211; use name based virtual hosts).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: R3v0l</title>
		<link>http://phaseshiftllc.com/archives/2008/10/27/multiple-secure-subdomains-with-a-wildcard-ssl-certificate/comment-page-1#comment-413</link>
		<dc:creator>R3v0l</dc:creator>
		<pubDate>Sun, 25 Oct 2009 23:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://phaseshiftllc.com/?p=131#comment-413</guid>
		<description>They are not subdomains, they are hostnames. www.code.mydomain.com and www.test.mydomain.com. Those subdomains would not be possible to secure with a wildcard certificate.</description>
		<content:encoded><![CDATA[<p>They are not subdomains, they are hostnames. <a href="http://www.code.mydomain.com" rel="nofollow">http://www.code.mydomain.com</a> and <a href="http://www.test.mydomain.com" rel="nofollow">http://www.test.mydomain.com</a>. Those subdomains would not be possible to secure with a wildcard certificate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://phaseshiftllc.com/archives/2008/10/27/multiple-secure-subdomains-with-a-wildcard-ssl-certificate/comment-page-1#comment-84</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Thu, 07 May 2009 18:21:47 +0000</pubDate>
		<guid isPermaLink="false">http://phaseshiftllc.com/?p=131#comment-84</guid>
		<description>Thank you for your detailed explanation, it is very helpful.

If I have a load balanced server configuration, would it be possible to share a certificate between two sites using the setup you&#039;ve described ?</description>
		<content:encoded><![CDATA[<p>Thank you for your detailed explanation, it is very helpful.</p>
<p>If I have a load balanced server configuration, would it be possible to share a certificate between two sites using the setup you&#8217;ve described ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ismael Casimpan</title>
		<link>http://phaseshiftllc.com/archives/2008/10/27/multiple-secure-subdomains-with-a-wildcard-ssl-certificate/comment-page-1#comment-44</link>
		<dc:creator>Ismael Casimpan</dc:creator>
		<pubDate>Fri, 30 Jan 2009 23:20:01 +0000</pubDate>
		<guid isPermaLink="false">http://phaseshiftllc.com/?p=131#comment-44</guid>
		<description>My employer will be configuring a website that needs a wildcard ssl certificate for many subdomains.
Your explanation makes sense. I will try to follow this instructions and let you know if everything works and what observations I could add.

Thanks.</description>
		<content:encoded><![CDATA[<p>My employer will be configuring a website that needs a wildcard ssl certificate for many subdomains.<br />
Your explanation makes sense. I will try to follow this instructions and let you know if everything works and what observations I could add.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
