feat: +hashicorp vault

This commit is contained in:
莘权 马 2024-04-20 22:49:30 +08:00
parent 313d5d41f3
commit e3dc289e1a
2 changed files with 215 additions and 0 deletions

View file

@ -0,0 +1,11 @@
storage "file" {
path = "vault-data"
}
listener "tcp" {
tls_disable = "true"
# tls_cert_file = "yourdomain.crt"
# tls_key_file = "yourdomain.key"
}
ui = true