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.

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.