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

Reply via email to