From a08664a8c0fcda520914ce05f09cbc2cc1fb9bfc Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 6 Apr 2015 18:35:00 -0700 Subject: [PATCH] website: homepage, intro --- website/config.rb | 2 +- website/source/index.html.erb | 23 ++-- website/source/intro/index.html.markdown | 65 +++++----- website/source/intro/use-cases.html.markdown | 126 ++++--------------- website/source/layouts/intro.erb | 21 ---- 5 files changed, 68 insertions(+), 169 deletions(-) diff --git a/website/config.rb b/website/config.rb index 219a1ff54..f47b6b9bd 100644 --- a/website/config.rb +++ b/website/config.rb @@ -2,7 +2,7 @@ # Configure Middleman #------------------------------------------------------------------------- -set :base_url, "https://www.vault.io/" +set :base_url, "https://www.vaultproject.io/" activate :hashicorp do |h| h.version = ENV['VAULT_VERSION'] diff --git a/website/source/index.html.erb b/website/source/index.html.erb index 3af0095a9..3de22b247 100644 --- a/website/source/index.html.erb +++ b/website/source/index.html.erb @@ -18,12 +18,13 @@ -

A tool for storing and retrieving secrets.

+

A tool for managing secrets.

Get Started
-

Vault secures, stores and tightly controls access to tokens, passwords, certificates and other secrets in modern computing. Vault presents a unified access in front of multiple backends, with logical support for HSMs, IAM, Postgres and more.

+

Vault secures, stores, and tightly controls access to tokens, passwords, certificates, API keys, and other secrets in modern computing. Vault handles leasing, key revocation, key rolling, and auditing. Vault presents a unified API to access multiple backends: HSMs, AWS IAM, SQL databases, raw key/value, and more. +

@@ -39,9 +40,9 @@
-

CRUD

+

Secret Storage

- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas et purus at orci cursus mattis. Maecenas ullamcorper dictum elit. Vivamus sit amet nisi eu lacus lacinia iaculis. Nulla non massa ultricies, placerat lectus vel, mattis mauris. Nullam urna risus, volutpat quis viverra in, convallis at magna. + Vault encrypts and provides access to any secrets. Leases can be associated with secrets, and Vault will automatically revoke secrets after the lease period ends. Access control policies provide strict control over who can access what secrets.