Skip to content

Commit 1b698e1

Browse files
ycombinatorclaude
andauthored
docs: document certificate_reload setting in reference config (#7095)
Certificate hot-reload is disabled by default; document the setting so operators know it exists and can opt in. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b758bb1 commit 1b698e1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

fleet-server.reference.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ fleet:
101101
# certificate: /creds/cert.pem
102102
# key: /creds/key.pem
103103
# key_passphrase_path: /creds/key.pem
104+
# certificate_reload:
105+
# enabled: false # Disabled by default; set to true to enable periodic reload
106+
# reload_interval: 5s # How often to re-read cert/key files from disk.
107+
# # After rotation, new certs are picked up within
108+
# # this interval on the next TLS handshake.
104109
#
105110
# # timeouts controls various api timeouts
106111
# timeouts:

0 commit comments

Comments
 (0)