Re: Having difficulty using keytool -genkey to get a key with blank OU (instead of unknown)

2010-04-09 Thread Eric DuToit
On Thu, Apr 8, 2010 at 8:32 PM, Goo Sam Kong skgo...@gmail.com wrote:

 Try to put the subject DN (with OU equal to blank) in -dname field as below.

 keytool -genkey -keystore keystoreFile -storepass password -alias
 keyAlias -dname CN=your cn,OU=,O=your company,C=SG

Your solution worked.  Thanks!

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Having difficulty using keytool -genkey to get a key with blank OU (instead of unknown)

2010-04-08 Thread Eric DuToit
I need to generate a keypair with the OU having a NULL value / blank
(instead of Unknown).  If I leave the field blank, it results in an
unknown value.

I've googled several different things but I may just not be using the
right search.  Any help is appreciated.

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Having difficulty using keytool -genkey to get a key with blank OU (instead of unknown)

2010-04-08 Thread Goo Sam Kong
Hi Eric,

Try to put the subject DN (with OU equal to blank) in -dname field as below.

keytool -genkey -keystore keystoreFile -storepass password -alias
keyAlias -dname CN=your cn,OU=,O=your company,C=SG

On 9 April 2010 06:51, Eric DuToit eric.dut...@gmail.com wrote:
 I need to generate a keypair with the OU having a NULL value / blank
 (instead of Unknown).  If I leave the field blank, it results in an
 unknown value.

 I've googled several different things but I may just not be using the
 right search.  Any help is appreciated.

 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org