mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-18 04:27:02 +02:00
23 lines
808 B
Markdown
23 lines
808 B
Markdown
---
|
|
layout: "docs"
|
|
page_title: "Guides"
|
|
sidebar_current: "docs-guides"
|
|
description: |-
|
|
This section provides various guides for common actions. Due to the nature of Vault, some of these procedures can be complex, so our goal is to provide guidance to do them safely.
|
|
---
|
|
|
|
# Vault Guides
|
|
|
|
This section provides various guides for common actions. Due to the nature
|
|
of Vault, some of these procedures can be complex, so our goal is to provide
|
|
guidance to do them safely.
|
|
|
|
The following guides are available:
|
|
|
|
* [Generate a Root Token](/docs/guides/generate-root.html) - This guide covers
|
|
how to generate new root tokens using unseal keys.
|
|
|
|
* [Setting Up and Managing Replication](/docs/guides/replication.html) - This
|
|
guide covers how to set up and manage Vault Replication, a part of Vault
|
|
Enterprise.
|