<?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: Configuring ssl requests with SubjectAltName with openssl</title>
	<atom:link href="http://blog.loftninjas.org/2008/11/11/configuring-ssl-requests-with-subjectaltname-with-openssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.loftninjas.org/2008/11/11/configuring-ssl-requests-with-subjectaltname-with-openssl/</link>
	<description></description>
	<lastBuildDate>Sat, 21 Jan 2012 06:46:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Casper</title>
		<link>http://blog.loftninjas.org/2008/11/11/configuring-ssl-requests-with-subjectaltname-with-openssl/comment-page-1/#comment-6523</link>
		<dc:creator>Casper</dc:creator>
		<pubDate>Fri, 25 Nov 2011 22:48:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.loftninjas.org/?p=264#comment-6523</guid>
		<description>Thanks!!

That was what I was looking at, and I solve the removal by doing something like this:
...
if ! $SAN then
  cat openssl.cnf &#124; sed &#039;/^subjectAltName/d&#039; &gt; openssl-noalt.cnf
  cnf=openssl-noalt.cnf

openssl csr ... -config $cnf
...

This is part of a bunch of scripts I use to run my internal CA....</description>
		<content:encoded><![CDATA[<p>Thanks!!</p>
<p>That was what I was looking at, and I solve the removal by doing something like this:<br />
&#8230;<br />
if ! $SAN then<br />
  cat openssl.cnf | sed &#8216;/^subjectAltName/d&#8217; &gt; openssl-noalt.cnf<br />
  cnf=openssl-noalt.cnf</p>
<p>openssl csr &#8230; -config $cnf<br />
&#8230;</p>
<p>This is part of a bunch of scripts I use to run my internal CA&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://blog.loftninjas.org/2008/11/11/configuring-ssl-requests-with-subjectaltname-with-openssl/comment-page-1/#comment-6153</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Thu, 29 Sep 2011 06:49:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.loftninjas.org/?p=264#comment-6153</guid>
		<description>Howdi,
  FYI I have managed to get openssl to prompt for DNS alt names but including subjectAltName in the req_attributes section of openssl.cnf:

[ req_attributes ]
challengePassword               = A challenge password
challengePassword_min           = 4
challengePassword_max           = 20
unstructuredName                = An optional company name

# include a prompt for alternative names...
subjectAltName                  = Alternative DNS names (comma seperated list)
subjectAltName_default          = DNS:myhost.com.au


Cheers
Josh</description>
		<content:encoded><![CDATA[<p>Howdi,<br />
  FYI I have managed to get openssl to prompt for DNS alt names but including subjectAltName in the req_attributes section of openssl.cnf:</p>
<p>[ req_attributes ]<br />
challengePassword               = A challenge password<br />
challengePassword_min           = 4<br />
challengePassword_max           = 20<br />
unstructuredName                = An optional company name</p>
<p># include a prompt for alternative names&#8230;<br />
subjectAltName                  = Alternative DNS names (comma seperated list)<br />
subjectAltName_default          = DNS:myhost.com.au</p>
<p>Cheers<br />
Josh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris J.</title>
		<link>http://blog.loftninjas.org/2008/11/11/configuring-ssl-requests-with-subjectaltname-with-openssl/comment-page-1/#comment-3061</link>
		<dc:creator>Chris J.</dc:creator>
		<pubDate>Mon, 17 May 2010 15:08:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.loftninjas.org/?p=264#comment-3061</guid>
		<description>New at this.  Not quite clear yet.  Trying to add some subjectAltName.  Here is my openssl config

[ req ]
default_bits                    = 1024
distinguished_name              = req_DN
prompt                          = no
[ req_DN ]
countryName                     = US
stateOrProvinceName             = Massachusetts
localityName                    = Charlestown
0.organizationName              = MGH NMR Center
organizationalUnitName          = Computing
commonName                      = NODENAME.DOMAINNAME
emailAddress                    = systems@nmr.mgh.harvard.edu

This works for our single name case and it doesn&#039;t have a x509_extensions section.

What exactly goes where please?</description>
		<content:encoded><![CDATA[<p>New at this.  Not quite clear yet.  Trying to add some subjectAltName.  Here is my openssl config</p>
<p>[ req ]<br />
default_bits                    = 1024<br />
distinguished_name              = req_DN<br />
prompt                          = no<br />
[ req_DN ]<br />
countryName                     = US<br />
stateOrProvinceName             = Massachusetts<br />
localityName                    = Charlestown<br />
0.organizationName              = MGH NMR Center<br />
organizationalUnitName          = Computing<br />
commonName                      = NODENAME.DOMAINNAME<br />
emailAddress                    = <a href="mailto:systems@nmr.mgh.harvard.edu">systems@nmr.mgh.harvard.edu</a></p>
<p>This works for our single name case and it doesn&#8217;t have a x509_extensions section.</p>
<p>What exactly goes where please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#8212; Somewhere out there!</title>
		<link>http://blog.loftninjas.org/2008/11/11/configuring-ssl-requests-with-subjectaltname-with-openssl/comment-page-1/#comment-990</link>
		<dc:creator>&#8212; Somewhere out there!</dc:creator>
		<pubDate>Thu, 13 Nov 2008 20:08:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.loftninjas.org/?p=264#comment-990</guid>
		<description>[...] Configuring ssl requests with SubjectAltName with openssl [...]</description>
		<content:encoded><![CDATA[<p>[...] Configuring ssl requests with SubjectAltName with openssl [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://blog.loftninjas.org/2008/11/11/configuring-ssl-requests-with-subjectaltname-with-openssl/comment-page-1/#comment-984</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 12 Nov 2008 19:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.loftninjas.org/?p=264#comment-984</guid>
		<description>Good info.  I&#039;ve got alternative subjects on my list of things to do to handle the load-balancing of some LDAP services, and this is good info to have.  Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Good info.  I&#8217;ve got alternative subjects on my list of things to do to handle the load-balancing of some LDAP services, and this is good info to have.  Thanks for sharing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

