Fixes cert file output file to apply

This commit is contained in:
Christian Stein 2020-03-26 07:32:57 +01:00
parent 8a19899fff
commit c6dc082081

View file

@ -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;