summaryrefslogtreecommitdiff
path: root/config.yml.example
diff options
context:
space:
mode:
Diffstat (limited to 'config.yml.example')
-rw-r--r--config.yml.example10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.yml.example b/config.yml.example
index 579bf3c..4da143a 100644
--- a/config.yml.example
+++ b/config.yml.example
@@ -84,3 +84,13 @@ sshd:
- /run/secrets/ssh-hostkeys/ssh_host_rsa_key
- /run/secrets/ssh-hostkeys/ssh_host_ecdsa_key
- /run/secrets/ssh-hostkeys/ssh_host_ed25519_key
+ # This section configures web listeners for monitoring/health checks
+ # It's an array that contains address and TLS config if necessary
+ # web_listeners:
+ # -
+ # addr: "127.0.0.1:9122"
+ # tls:
+ # certificate: "/path/to/certificate"
+ # key: "/path/to/private/key"
+ # min_version: "tls1.2"
+ # max_version: "tls1.3"