Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 378FC1880A for ; Sat, 20 Jun 2015 21:50:01 +0000 (UTC) Received: (qmail 79873 invoked by uid 500); 20 Jun 2015 21:50:00 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 79833 invoked by uid 500); 20 Jun 2015 21:50:00 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 79819 invoked by uid 99); 20 Jun 2015 21:50:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Jun 2015 21:50:00 +0000 Date: Sat, 20 Jun 2015 21:50:00 +0000 (UTC) From: "Hudson (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-12032) Add setup truststore and import certificate option to ambari-server setup-security 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/AMBARI-12032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14594836#comment-14594836 ] Hudson commented on AMBARI-12032: --------------------------------- FAILURE: Integrated in Ambari-branch-2.1 #72 (See [https://builds.apache.org/job/Ambari-branch-2.1/72/]) AMBARI-12032 - Add setup truststore and import certificate option to ambari-server setup-security (tbeerbower) (tbeerbower: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=92151c9a247babed9e089cca50f209a6ea5e0e14) * ambari-server/src/main/python/ambari_server/setupHttps.py * ambari-server/src/test/python/TestAmbariServer.py * ambari-server/src/main/python/ambari-server.py > Add setup truststore and import certificate option to ambari-server setup-security > ---------------------------------------------------------------------------------- > > Key: AMBARI-12032 > URL: https://issues.apache.org/jira/browse/AMBARI-12032 > Project: Ambari > Issue Type: Task > Reporter: Tom Beerbower > Assignee: Tom Beerbower > Fix For: 2.1.0 > > > Add an option to setup-security to configure truststore and add certificates. > After setting up wire encryption for Hadoop ... > http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.0.9.0/bk_reference/content/ch_wire6.html > The certs from each host should be added to truststore for Ambari. Follow these steps ... > # Run ambari-server setup-security > # Select 4 for Setup truststore. > # Respond y to Do you want to import a certificate into truststore? > # Enter your TrustStore type. Your options are jks, jceks, or pks12. > # Enter the path to your TrustStore file. > # Enter the password for your TrustStore and then re-enter to confirm. The password must be at least 6 characters long. -- This message was sent by Atlassian JIRA (v6.3.4#6332)