proxmox-mtls-gateway/config.example.toml

16 lines
257 B
TOML
Raw Permalink Normal View History

2024-10-16 11:33:37 +02:00
listen_addr = "[::]:8080"
[tls]
ca_file = "/foo/ca.pem"
cert_file = "/foo/server.crt"
key_file = "/foo/server.key"
[proxmox]
host = "127.0.0.1"
port = 8006
[users."john@example.com"]
username = "john"
password = "verysecureandlongpassword"
realm = "pve"