diff --git a/website/source/index.html.erb b/website/source/index.html.erb index b2738bbf42..10dd4531ad 100644 --- a/website/source/index.html.erb +++ b/website/source/index.html.erb @@ -24,7 +24,15 @@ Launch Interactive Tutorial
-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. Through a unified API, users can access an encrypted Key/Value store, network encryption-as-a-service, AWS IAM/STS credentials, SQL databases, X.509 certificates, 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. Through a unified + API, users can access an encrypted Key/Value store and network + encryption-as-a-service, or generate AWS IAM/STS credentials, + SQL/NoSQL databases, X.509 certificates, SSH credentials, and + more.
@@ -43,7 +51,15 @@- 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. + Vault can store your existing secrets, or it can + dynamically generate new secrets to control access to + third-party resources or provide time-limited credentials + for your infrastructure. All data that Vault stores is + encrypted. Any dynamically-generated secrets are associated + with leases, and Vault will automatically revoke these + secrets after the lease period ends. Access control + policies provide strict control over who can access what + secrets.
- Vault stores a detailed audit log of every interaction: authentication, token creation, secret access, secret revocation, and more. Audit logs can be sent to multiple backends to ensure redundant copies. Paired with Vault's strict leasing policies, operators can easily trace back to the source of any secret. + Vault stores a detailed audit log of all authenticated + client interaction: authentication, token creation, secret + access, secret revocation, and more. Audit logs can be sent + to multiple backends to ensure redundant copies. Paired + with Vault's strict leasing policies, operators can easily + trace the lifetime and origin of any secret. +
-