Skip to content

Commit 68088c6

Browse files
committed
Update file: Import RD Gateway Cert From IIS.ps1
1 parent 93108ba commit 68088c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts_staging/Tasks/Import RD Gateway Cert From IIS.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ ignore the fail-safe checks and force the replacement of rds certs and restart t
4646
for referance: C:\tools\win-acme\wacs.exe --source iis --verbose --siteid 1 --commonname $RDSURL --installation iis --installationsiteid 1 --script "C:\tools\win-acme\Scripts\ImportRDGateway.ps1" --scriptparameters '{CertThumbprint}'
4747
change pathing based on folder for both .json and .exe
4848
better way than calling iis 0 for the change ? probably possible if called from -script
49+
replace win-acme with simpleacme and migration path
4950
#>
5051
param (
5152
[string]$settingsJsonPath = "C:\tools\win-acme\settings.json",

0 commit comments

Comments
 (0)