mirror of https://github.com/Icinga/icinga2.git
Merge pull request #7853 from Icinga/bugfix/windows-setup-save-cert
Windows setup wizard: Remove deprecated parameters for 'pki save-cert'
This commit is contained in:
commit
59354e8bbe
|
@ -162,7 +162,7 @@ namespace Icinga
|
|||
|
||||
_TrustedFile = Path.GetTempFileName();
|
||||
|
||||
processArguments = "pki save-cert --host \"" + host + "\" --port \"" + port + "\" --key \"" + pathPrefix + ".key\" --cert \"" + pathPrefix + ".crt\" --trustedcert \"" + _TrustedFile + "\"";
|
||||
processArguments = "pki save-cert --host \"" + host + "\" --port \"" + port + "\" --trustedcert \"" + _TrustedFile + "\"";
|
||||
if (!RunProcess(Program.Icinga2InstallDir + "\\sbin\\icinga2.exe",
|
||||
processArguments,
|
||||
out output)) {
|
||||
|
|
Loading…
Reference in New Issue