mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-22 21:24:41 +02:00
parent
501ade374c
commit
37ea6ab1fc
@ -3,9 +3,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
object ApiListener "api" {
|
object ApiListener "api" {
|
||||||
cert_path = LocalStateDir + "/lib/icinga2/pki/" + NodeName + ".crt"
|
cert_path = LocalStateDir + "/lib/icinga2/certs/" + NodeName + ".crt"
|
||||||
key_path = LocalStateDir + "/lib/icinga2/pki/" + NodeName + ".key"
|
key_path = LocalStateDir + "/lib/icinga2/certs/" + NodeName + ".key"
|
||||||
ca_path = LocalStateDir + "/lib/icinga2/pki/ca.crt"
|
ca_path = LocalStateDir + "/lib/icinga2/certs/ca.crt"
|
||||||
|
|
||||||
ticket_salt = TicketSalt
|
ticket_salt = TicketSalt
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user