Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 10164 invoked from network); 4 Mar 2010 16:42:04 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Mar 2010 16:42:04 -0000 Received: (qmail 73849 invoked by uid 500); 4 Mar 2010 16:41:50 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 73744 invoked by uid 500); 4 Mar 2010 16:41:50 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 73638 invoked by uid 99); 4 Mar 2010 16:41:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Mar 2010 16:41:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Mar 2010 16:41:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 42056234C4CC for ; Thu, 4 Mar 2010 16:41:27 +0000 (UTC) Message-ID: <1145502071.73221267720887269.JavaMail.jira@brutus.apache.org> Date: Thu, 4 Mar 2010 16:41:27 +0000 (UTC) From: "Ashish Jain (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-5156) Command line utility to unlock a keystore and private key In-Reply-To: <226964006.499181267032147944.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-5156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841375#action_12841375 ] Ashish Jain commented on GERONIMO-5156: --------------------------------------- There is a slight modification which needs to go into this. The reason being the usage of JMXSecureConnector with unlockKeystore. As of now JMXSecureConnector need keyStorePassword and trustStorePassword. for utilizing "unlockKeystore" we need keyStorePassword...So there is a conflict and unlockKeystore code can be modified to accept ""keyStoreName="". I will submitt a patch for this tomorrow. > Command line utility to unlock a keystore and private key > --------------------------------------------------------- > > Key: GERONIMO-5156 > URL: https://issues.apache.org/jira/browse/GERONIMO-5156 > Project: Geronimo > Issue Type: New Feature > Security Level: public(Regular issues) > Components: security > Environment: geronimo tomcat assembly > Reporter: Ashish Jain > Assignee: Ivan > Fix For: 2.1.5, 2.2.1, 3.0 > > Attachments: 5156_21.patch, 5156_21_updated.patch, CommandUnlockKeystore.java, UnlockKeystoreCommandMetaData.java > > > A command line utility to unlock a keystore and private key. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.