icinga-powershell-framework/lib
Tobias Deiminger 91e37ea16c Fix loading certificate from .pfx file
If you tried this
 Use-Icinga; Get-IcingaSSLCertForSocket -CertFile "C:/my/cert.pfx"

the former code expanded like
 $FileType = Get-Item -Path "C:/my/cert.pfx";
 if ("cert.pfx" -eq '.pfx') { ... not reached ... }

and thus did not load the certificate file.

Now use GetExtension instead of Get-Item to make the .pfx check work.
2021-05-10 09:17:46 +02:00
..
apis Adds experimental Feature "Management Console" 2021-03-01 11:15:21 +01:00
config Ensure config.json is opened as read-only 2021-02-22 17:31:58 +01:00
core Force new TLS version for REST 2021-05-04 17:33:39 +02:00
daemon Adds experimental feature for internal API checks 2021-02-24 12:49:37 +01:00
daemons/ServiceCheckDaemon Fix memory leak on background service daemon 2021-03-10 07:52:55 +01:00
help/help Fixes various code stylings, whitespaces, line handling, and so on 2020-08-04 14:48:32 +02:00
icinga Adds stacktrace for plugin runtime error 2021-05-07 14:34:39 +02:00
mssql Fixes MSSQL error handling on Integrated Security 2020-09-15 15:41:20 +02:00
web Feature Requests: Add Proxy Server support 2020-11-19 17:16:33 +01:00
webserver Fix loading certificate from .pfx file 2021-05-10 09:17:46 +02:00
wmi Fixes usage for domain accounts for wmi permission 2020-11-30 15:07:05 +01:00