Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 977FC110DB for ; Fri, 16 May 2014 17:33:56 +0000 (UTC) Received: (qmail 75475 invoked by uid 500); 16 May 2014 16:58:28 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 70998 invoked by uid 500); 16 May 2014 16:58:25 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 57306 invoked by uid 99); 16 May 2014 16:53:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 May 2014 16:53:16 +0000 Date: Fri, 16 May 2014 16:53:16 +0000 (UTC) From: "Christopher Tubbs (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ACCUMULO-2818) generate_monitor_certificate creates bad keystore MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACCUMULO-2818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Tubbs updated ACCUMULO-2818: ---------------------------------------- Affects Version/s: 1.5.1 > generate_monitor_certificate creates bad keystore > ------------------------------------------------- > > Key: ACCUMULO-2818 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2818 > Project: Accumulo > Issue Type: Bug > Components: monitor > Affects Versions: 1.5.1, 1.6.0 > Reporter: Christopher Tubbs > Assignee: Christopher Tubbs > Fix For: 1.5.2, 1.6.1, 1.7.0 > > Attachments: ACCUMULO-2818.v1.patch > > > The keytool command in the generate_monitor_certificate.sh script creates a keystore with a different passphrase than the key it contains. This is a bit non-standard and has problems in some environments (Jetty). > The keystore and the truststore should have different passwords, but the key inside the keystore should have the same password as the keystore itself. This is what Jetty expects. -- This message was sent by Atlassian JIRA (v6.2#6252)