Merge pull request #556 from Icinga:fix/certificate_folder_not_present_on_first_installation

Fix: Certificate folder not present on first installation

Fixes the certificate folder not present during first installation, preventing permissions properly set from the start which might cause issues once required
This commit is contained in:
Lord Hepipud 2022-08-24 16:59:19 +02:00 committed by GitHub
commit 7534a55949
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 0 deletions

0
certificate/.gitkeep Normal file
View file

View file

@ -26,6 +26,7 @@ Released closed milestones can be found on [GitHub](https://github.com/Icinga/ic
* [#545](https://github.com/Icinga/icinga-powershell-framework/issues/545) Fixes `RemoteSource` being cleared within repository `.json` files during `Update-IcingaRepository` tasks
* [#552](https://github.com/Icinga/icinga-powershell-framework/pull/552) Fixes file encoding for Icinga for Windows v1.10.0 to ensure the cache is always properly created with the correct encoding
* [#553](https://github.com/Icinga/icinga-powershell-framework/pull/553) Fixes an exception caused by service recovery setting, if the required service was not installed before
* [#556](https://github.com/Icinga/icinga-powershell-framework/pull/556) Fixes the certificate folder not present during first installation, preventing permissions properly set from the start which might cause issues once required
### Enhancements