Current Behavior
(At least if you're not using tickets to sign Icinga cluster nodes,) Icinga will run with a self signed certificate until I do icinga2 ca sign .... Your PS daemon (having no choice) picks up the initial self signed certificate and runs with that until restarted. But its API clients such as
Will require an actually Icinga CA signed certificate and complain/fail.
Expected Behavior
The PS daemon stat(2)s the certificate file either periodically or on hint from ReadDirectoryChangesW(). Changed? Reload!
Possible Solution
At least consider a KB entry in the upcoming version.
Steps to Reproduce (for bugs)
- Install IfW as usual
- Use no ticket
- Never restart the PS daemon
- Query IfW API
Context