<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Vault on BrainBit Latest Articles</title><link>https://brainbit.uk/tags/vault/</link><description>Recent content in Vault on BrainBit Latest Articles</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Sun, 29 Oct 2017 14:47:58 +0000</lastBuildDate><atom:link href="https://brainbit.uk/tags/vault/index.xml" rel="self" type="application/rss+xml"/><item><title>Vault as CA with PKI backend</title><link>https://brainbit.uk/posts/vault-as-ca-with-pki-backend/</link><pubDate>Sun, 29 Oct 2017 14:47:58 +0000</pubDate><guid>https://brainbit.uk/posts/vault-as-ca-with-pki-backend/</guid><description>I’m gonna show how to run your own CA within pki framework , and be able to generate private keys and sign certificates. We will do this with vault , just because it’s the fastest way to get it done.
Download and run Vault: Make sure you get it from https://www.vaultproject.io/downloads.html or you build it by hand whatever you prefer.
We will run this in development mode for this tutorial but make sure you do something better if you’re running this in production.</description></item><item><title>A Little Hashicorp Vault introduction:</title><link>https://brainbit.uk/posts/little-hashicorp-vault-introduction/</link><pubDate>Thu, 29 Sep 2016 13:28:19 +0000</pubDate><guid>https://brainbit.uk/posts/little-hashicorp-vault-introduction/</guid><description>The Basics: This will be an introduction to hashicorp vault (which I’m gonna start calling Vault from now on for simplicity (Don’t confuse it with Ansible Vault or any other Vault))
Vault is a Go application with a Rest/Cli interface that you can use to store secrets , very simple .
Vault will store this information encrypted (256AES on GCM) , but we will talk about this later
Secrets are things that you normally put on .</description></item></channel></rss>