From owner-freebsd-questions@freebsd.org Mon Sep 10 06:09:54 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28E2B1080424 for ; Mon, 10 Sep 2018 06:09:54 +0000 (UTC) (envelope-from outbackdingo@gmail.com) Received: from mail-wm0-x232.google.com (mail-wm0-x232.google.com [IPv6:2a00:1450:400c:c09::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A4BD7714D8 for ; Mon, 10 Sep 2018 06:09:53 +0000 (UTC) (envelope-from outbackdingo@gmail.com) Received: by mail-wm0-x232.google.com with SMTP id q8-v6so20082141wmq.4 for ; Sun, 09 Sep 2018 23:09:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=CH4vFi2hWwtlejExFARbolM4LUPdZnr2cBV0setce3U=; b=CWe0Di90/M585PMd3PlN8LXIr2yUHLZLidzKC0TR8qkmDMbP+kbYS4bJG5NelSPvvm xCQND9Th5rqOsvtD31LcE1Aq1j3o4+n5McXpsYbuLKMnGq1eH9GbxKjh/cGn+e+yC1J7 1NZ7mCEyZXsnJdGTX4NqeRV/9Nt85xFPtXf070cHlqme3Ubkz33LFkch/GGH+iF1rhG5 ppc3DqAMEneopvTjZob1G7lB+8IH0DVYa1N9B8XF7BoOtTIDoSvLOTWpciDjmESr+fT9 KUUZYsao+ygWnqK0KNtlDC9u9KRj56RoQ9SH7I2mEFIDHm+z6OEBLk2W8Qkz3mRjKy/l Um9A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=CH4vFi2hWwtlejExFARbolM4LUPdZnr2cBV0setce3U=; b=ukkjBGoxP9bwkBHzxZA4puAKoIAbq1EOn9GGAtQJesKPyNZUMpHYQxdK5c/4dXf2i/ cML3wtyLKz6iTgbAoRwZ4ijOIANctKuAERQykLIZMPRnilBF6LehX7ieMWn7IKp9ssyd OgV/hsOfL4LVkQEg3mZ8f61VwNQTHqcu6agOp/vygV0UP5tDY/ioKnyk1rsnHNoKGHH1 hnI+OpcmHPLB2s8JApjwq3DnxYVlgtc2/U5WxxcdI4A+zbamXebVoet8Jd38BXDL8My/ GSU8H2JfHsBJBmxHE3espV8ejie+eyOp5cYnMruvVFEJ6Ik3KgyHYZo0fj5e/jvCt6lB JD0g== X-Gm-Message-State: APzg51DOt9xnpwPxisiGAeAcLDJycxPOjwCyKUrTnd+QDus/yVzclOvK 5hm/Q8eq5sug3G5c/OmOgLBpb0Q0+XKqqaF5yoqe2w== X-Google-Smtp-Source: ANB0VdbqI9EU9/tuucF1JQkDTHqKignentGmmaG4S4SMUqJ77VjajlIFButu07DQCLs1h+BZohPcRCCXHbH+oK57nfE= X-Received: by 2002:a1c:e157:: with SMTP id y84-v6mr12556565wmg.8.1536559791606; Sun, 09 Sep 2018 23:09:51 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Outback Dingo Date: Mon, 10 Sep 2018 08:09:15 +0200 Message-ID: Subject: Re: Credentials/keychain/keystore for server applications on FreeBSD? To: aimass@yabarana.com Cc: freebsd-questions@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2018 06:09:54 -0000 On Wed, Sep 5, 2018 at 4:55 AM Outback Dingo wrote: > > On Wed, Sep 5, 2018 at 4:47 AM Alejandro Imass wrote: > > > > On Tue, Sep 4, 2018 at 9:15 PM, Outback Dingo wrote: > > > On Wed, Sep 5, 2018 at 2:53 AM Alejandro Imass wrote: > > >> > > >> Hi, > > >> > > >> Are there any tools that can store application credentials in encrypted > > >> form and then provide them to applications in a secure manner at runtime ? > > >> > > > > [...] > > > > > > > > hashicorps vault is in ports > > > > > > https://www.vaultproject.io/ > > > > > > > Wow, nailed it !! > > > > Glad it could be of use ... > > > I was thinking along the lines of the JSK and Amazon's KMS but I knew > > there must be something better or at least better suited for this > > particular task. > > > > I found this very interesting: https://www.vaultproject.io/intro/vs/kms.html > > > > Vault seems almost exactly what I was looking for! > > > > Thank you very much !!! > > Your Welcome How are you making out with vault for the project you had in mind ? > > > > > Best, > > Alex