Vault on OpenBSD
how to Install and run Hashicorp Vault on OpenBSD
in addition to [https://blog.stoege.net/categories/vault/](this Blog Entry), here some instructions for OpenBSD.
Requirements
- VM with OpenBSD 7.2 (or older …) and root/doas permission
- Domain, or at least a FQDN Name pointing to your VM
- HTTP/HTTPS allowed from Internet (for Certificate Generation)
- Nginx installed (pkg_add nginx)
Source
https://developer.hashicorp.com/vault/docs/get-started/developer-qs
Install Vault
all the Steps must be run as root (or with doas)
pkg_add vault
Vault Config
Backup the prev. Config before …