Merge pull request #604 from Icinga/icingadb-migrate-document-tls-support-556

icingadb-migrate: document TLS support
This commit is contained in:
Julian Brost 2023-06-28 14:46:53 +02:00 committed by GitHub
commit a57f0cb810
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,11 @@ ido:
database: icinga
user: icinga
password: CHANGEME
#tls: false
#cert: <Path to TLS client certificate>
#key: <Path to TLS private key>
#ca: <Path to TLS CA certificate>
#insecure: false
# Input time range
#from: 0
@ -23,3 +28,8 @@ icingadb:
database: icingadb
user: icingadb
password: CHANGEME
#tls: false
#cert: <Path to TLS client certificate>
#key: <Path to TLS private key>
#ca: <Path to TLS CA certificate>
#insecure: false