mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-21 07:10:15 -05:00
Fixes cert file output file to apply
This commit is contained in:
parent
8a19899fff
commit
c6dc082081
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ function ConvertTo-IcingaX509Certificate()
|
||||||
# Use an empty password for converted certificates
|
# Use an empty password for converted certificates
|
||||||
$Password = $null;
|
$Password = $null;
|
||||||
# Use a target file to specify if we use temp files or not
|
# Use a target file to specify if we use temp files or not
|
||||||
$TargetFile = $null;
|
$TargetFile = $OutFile;
|
||||||
# Temp Cert
|
# Temp Cert
|
||||||
[bool]$TempFile = $FALSE;
|
[bool]$TempFile = $FALSE;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue