Skip to content

Instantly share code, notes, and snippets.

@tbeyer567
Created March 21, 2022 18:01
Show Gist options
  • Save tbeyer567/f3f0c8cef9fc2997304c5df67c0c390f to your computer and use it in GitHub Desktop.
Save tbeyer567/f3f0c8cef9fc2997304c5df67c0c390f to your computer and use it in GitHub Desktop.
listener "tcp" {
address = "[::]:8200"
tls_cert_file = "/etc/vault.d/tls/cert.pem"
tls_key_file = "/etc/vault.d/tls/key.pem"
tls_require_and_verify_client_cert = false
tls_disable_client_certs = true
}
storage "raft" {
path = "/opt/vault/data"
node_id = $hostname
}
license_path = "/etc/vault.d/license.hclic"
api_addr = "https://$fqdn:8200"
cluster_addr = "https://$fqdn:8201"
disable_mlock = true
ui = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment