From owner-freebsd-questions@freebsd.org Wed Sep 5 01:16:11 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 332A4FD4721 for ; Wed, 5 Sep 2018 01:16:11 +0000 (UTC) (envelope-from outbackdingo@gmail.com) Received: from mail-wm0-x233.google.com (mail-wm0-x233.google.com [IPv6:2a00:1450:400c:c09::233]) (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 A220B8A105 for ; Wed, 5 Sep 2018 01:16:10 +0000 (UTC) (envelope-from outbackdingo@gmail.com) Received: by mail-wm0-x233.google.com with SMTP id b19-v6so6216646wme.3 for ; Tue, 04 Sep 2018 18:16:10 -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:content-transfer-encoding; bh=5XFh95Be0P9xslksA4AO+gYnzKNAF7Kx40C/845xTd8=; b=Kp0AkxRZVyWUz3hijsb+5ieub0s7hw6vOAB3OL7GIaiT9r28hPOm3BhOREEku0NQAC CEcQwjNkPQiMsWWH2hQUJmm4VQtMwDWUrSO0rqyLFTVtAiuvWM6giCTqtG2E5o1kvpXg 9jtQZoXCd8xvAwUvnRYnynUiGjzJ1UjEutIY+ny2fZTAYRV+8Nl2dsW9+JYx5T09FlfW pR3i8GICB/hk9wKYRqMJQBVbyibTZDL9SzWbLtXDI7oV+R8hPm81p2IQ9337JyluVIOP UgJXbHkLmA/q8mXSSCe/w55SQ3ehK2AhkimIiwo+696Da7dxX4sFFsPGuNnQyxino3E1 a7mg== 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:content-transfer-encoding; bh=5XFh95Be0P9xslksA4AO+gYnzKNAF7Kx40C/845xTd8=; b=dTJztkGFmL1YKBF7Bz/fqywLz0dchAucMpEKK3CYwEMMPRwUnWolaJWmwO3RrGq1F1 eNgi3EelTHKa0KtZoHRJ0PsHrMkDYm89zcIItRhxIF39oyOpUlkFDadEbUHgehbZY7YV r1WJRL3ew89VDeQ/7dgNPYX1RN+JfRHXRd56OeB4km14muCkAWn5Vz/9Th8HIYGpYnSr k44J4LpZWhCVhS4zhdY42kgXT/TzXRy5BnqIc3ml/7X3RrMwGsddJyj4n08eb+BV1QST j9wmArhCnDH9AYmblxfLHg9DXT8aOjtOjKpMLFl3M1JAAzTar7if3Zw1d+qIw18c2QSK jF1g== X-Gm-Message-State: APzg51BxFBExLZc0j57PQYLTxLULRKxBx7Ku9JstgKHR+YzQkcV8kmxA /6ZMF4ex71sG0t8+HKMfRQdXu9Kou0y3oQmP9r0eNDeY X-Google-Smtp-Source: ANB0VdZM8shD4t0/p1nqWZBUWkb8rBNM2yAUSXzt256tH8X8ry69UP4cbotvGTUjoIx+o62oJT4K6G5+ToCGWfuaUwE= X-Received: by 2002:a1c:c642:: with SMTP id w63-v6mr9722601wmf.3.1536110169315; Tue, 04 Sep 2018 18:16:09 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Outback Dingo Date: Wed, 5 Sep 2018 03:15:33 +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" Content-Transfer-Encoding: quoted-printable 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: Wed, 05 Sep 2018 01:16:11 -0000 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 = ? > > I=E2=80=99m looking for a generic tool that provides some sort of protoco= l with > timeouts etc. > > For example, a server application needs user and password for database > access and can query this tool for them on startup exactly one time. > > Maybe the tool could control the number of times it gives out the > credentials or timeout after a certain period (e.g. 2 minutes after reboo= t) > Then would require authentication to open up the vault again. > > There must be a better way of managing all the disparate credentials that > several applications may need in a secure way instead of storing these > credentials in clear text in some config file which is what most people > do.. maybe something like the JKS but generic to any type of app with som= e > relatively secure protocol. > > TIA for any pointers or ideas. hashicorps vault is in ports https://www.vaultproject.io/ > > Alex > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg"