Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 857 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 857 Bytes

HashiCorp Vault Setup for the Cisco Certified DevNet Expert Exam

This repository provides a quick setup for HashiCorp Vault. This is essential if you're preparing for the Cisco Certified DevNet Expert exam. With Docker Compose, you can easily launch a Vault instance to secure your applications and manage secrets.

Quick Start

Ensure you have Docker and Docker Compose installed on your machine. Then, follow these steps:

  1. Execute docker-compose up -d to start the Vault.
  2. Verify it using docker ps -a.
  3. Visit localhost:8200.

Support

For any issues or questions, feel free to open an issue in this repository.

Become an Expert

In my DevNet Expert e-learning HashiCorp Vault is covered extensively. Learn everything from creating secrets to writing custom Python applications using the hvac library.