mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-03 20:40:17 -05:00
Windows setup wizard: Remove deprecated parameters for 'pki save-cert'
This commit is contained in:
parent
06d0c3ea4e
commit
4f1061203b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue