Server
Explore example configurations for setting up vHSM storage and configuring the vHSM CLI for attestation.
Example 1: To configure vHSM for file storage and Raft storage cluster
ui = true
cluster_addr = "https://127.0.0.1:8201"
api_addr = "https://127.0.0.1:8200"
disable_mlock = true
storage "file" {
path = "/path/to/file/data"
}
listener "tcp" {
address = "127.0.0.1:8200"
tls_cert_file = "/path/to/full-chain.pem"
tls_key_file = "/path/to/private-key.pem"
}
telemetry {
statsite_address = "127.0.0.1:8125"
disable_hostname = true
}
plugin_directory = "/vault/plugins"Last updated
Was this helpful?