Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 292D9200C79 for ; Fri, 19 May 2017 15:02:51 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 25ED5160BD1; Fri, 19 May 2017 13:02:51 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 940C3160BBE for ; Fri, 19 May 2017 15:02:50 +0200 (CEST) Received: (qmail 50935 invoked by uid 500); 19 May 2017 13:02:49 -0000 Mailing-List: contact user-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@karaf.apache.org Delivered-To: mailing list user@karaf.apache.org Received: (qmail 50920 invoked by uid 99); 19 May 2017 13:02:49 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 May 2017 13:02:49 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 5D36ECDB24 for ; Fri, 19 May 2017 13:02:49 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.286 X-Spam-Level: ** X-Spam-Status: No, score=2.286 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, SPF_SOFTFAIL=0.972, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id kdS7PGDylvti for ; Fri, 19 May 2017 13:02:48 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 06C605F3BE for ; Fri, 19 May 2017 13:02:48 +0000 (UTC) Received: from mben.nabble.com (unknown [162.253.133.72]) by mwork.nabble.com (Postfix) with ESMTP id AEC0242E962E3 for ; Fri, 19 May 2017 06:02:47 -0700 (MST) Date: Fri, 19 May 2017 06:02:47 -0700 (MST) From: ashonline To: user@karaf.apache.org Message-ID: <1495198967716-4050396.post@n3.nabble.com> Subject: Encrypted keystore password MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Fri, 19 May 2017 13:02:51 -0000 Hi, I'm in the process of configuring karaf to use SSL communication and have therefore provided the password to the keystore in the org.ops4j.pax.web.cfg file: org.ops4j.pax.web.ssl.keypassword=mypwd I can't however find anything in the documentation that tells me how to encrypt the password, for example by surrounding the password digest with {CRYPT} markers. Please advise whether or not this encryption capability exists or, if not, what we can do as a workaround? It won't be acceptable for our clients to have to type in their password in plain text for their keystore that they will provide to our karaf based framework. -- View this message in context: http://karaf.922171.n3.nabble.com/Encrypted-keystore-password-tp4050396.html Sent from the Karaf - User mailing list archive at Nabble.com.