Skip to content

Commit

Permalink
Merge pull request #604 from Icinga/icingadb-migrate-document-tls-sup…
Browse files Browse the repository at this point in the history
…port-556

icingadb-migrate: document TLS support
  • Loading branch information
julianbrost authored Jun 28, 2023
2 parents 78fa223 + 3991ee0 commit a57f0cb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/icingadb-migration.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit a57f0cb

Please sign in to comment.