mirror of
https://github.com/Icinga/icingadb.git
synced 2026-05-28 04:35:54 -04:00
Merge pull request #604 from Icinga/icingadb-migrate-document-tls-support-556
icingadb-migrate: document TLS support
This commit is contained in:
commit
a57f0cb810
1 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue