Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 20431 invoked from network); 9 Apr 2010 01:33:21 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Apr 2010 01:33:21 -0000 Received: (qmail 60995 invoked by uid 500); 9 Apr 2010 01:33:18 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 60948 invoked by uid 500); 9 Apr 2010 01:33:18 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 60939 invoked by uid 99); 9 Apr 2010 01:33:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Apr 2010 01:33:18 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of skgoo88@gmail.com designates 209.85.221.183 as permitted sender) Received: from [209.85.221.183] (HELO mail-qy0-f183.google.com) (209.85.221.183) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Apr 2010 01:33:10 +0000 Received: by qyk13 with SMTP id 13so3355280qyk.18 for ; Thu, 08 Apr 2010 18:32:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type :content-transfer-encoding; bh=M8lYYpHGjzwffoYCBPXc9kUBIFdq6FDKl0X+lDm7YK8=; b=YiauNMgKMqRE9LcwbOKlrRbTGkzYi/uCbFn1I5SIUga5BVyGaIL/OJKe+pofbpSIFI tIp1YJTGvJ+UyldL8voSqBwn3FkjvB8aHRQVmSfRz/1j/tA4P9u4jykC9tKvF1gPTMpl 7lG2jvcavGgHzZIKDRs7lkYmBhyLH+nL08ovQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=TW+anB/UIkhvXSpZ2k3u65OUIZDhu5zG22CY4pg2Px4N193ViJDm2siOtkwUWVu4aF 3aSO0wq3YM+0TGTe0WCnTcLV+WKvhDuGy2HfQSvTTgv0Htovwc9NPeJ3xnlsG0aqj4NP DxTCKwrd+bx4yB+NgJAmwhgtpzkI5DlGEXc4U= MIME-Version: 1.0 Received: by 10.224.20.71 with HTTP; Thu, 8 Apr 2010 18:32:49 -0700 (PDT) In-Reply-To: References: Date: Fri, 9 Apr 2010 09:32:49 +0800 Received: by 10.224.27.90 with SMTP id h26mr381546qac.243.1270776769441; Thu, 08 Apr 2010 18:32:49 -0700 (PDT) Message-ID: Subject: Re: Having difficulty using keytool -genkey to get a key with blank OU (instead of unknown) From: Goo Sam Kong To: Tomcat Users List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi Eric, Try to put the subject DN (with OU equal to blank) in -dname field as below= . keytool -genkey -keystore -storepass -alias -dname "CN=3Dyour cn,OU=3D,O=3Dyour company,C=3DSG" On 9 April 2010 06:51, Eric DuToit wrote: > I need to generate a keypair with the OU having a NULL value / blank > (instead of "Unknown"). =A0If 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. =A0Any help is appreciated. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org