Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions fleet-server.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ fleet:
# certificate: /creds/cert.pem
# key: /creds/key.pem
# key_passphrase_path: /creds/key.pem
# certificate_reload:
# enabled: false # Disabled by default; set to true to enable periodic reload
# reload_interval: 5s # How often to re-read cert/key files from disk.
# # After rotation, new certs are picked up within
# # this interval on the next TLS handshake.
#
# # timeouts controls various api timeouts
# timeouts:
Expand Down
Loading