Skip to content

Commit

Permalink
single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
cortex-sa committed Oct 16, 2023
1 parent 7e35970 commit fa83331
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,20 +131,20 @@ To avoid answering all of the prompts `-Override 0` can be added to the end of t
-AppServicesPath "C:\Install\Cortex Innovation {{< version >}} - App Services.zip" `
-BlockPackagesPath "C:\Install\Cortex Innovation {{< version >}} - Block Packages.zip" `
-ApiGatewayBasicAuthUsername "BasicAuthUser" `
-ApiGatewayBasicAuthPassword "ADA9883B11BD4CDC908B8131B57944A4" `
-ApiGatewayBasicAuthPassword 'ADA9883B11BD4CDC908B8131B57944A4' `
-CustomerName "Customer1" `
-ApplicationServerIPv4Addresses @("192.168.1.1", "192.168.1.2", "192.168.1.3") `
-LoadBalancerServerIPv4Address "192.168.1.4" `
-ServerCertificatePath "C:\Install\Certificates\cert.pfx" `
-ServerCertificatePassword "myPassword" `
-ServerCertificatePassword 'myPassword' `
-ClientCertificatePath "C:\Install\Certificates\cert.pfx" `
-ClientCertificatePassword "myPassword" `
-ClientCertificatePassword 'myPassword' `
-Credential $Credential `
-LdapConnectionDetails @{
Host= "LDAP://ldapserver.fqdn.com:389"
UseSsl= $false
Username= "someUserName"
Password= "somePassword"
Password= 'somePassword'
} `
-AcceptEULA:$AcceptEula `
*>&1 | Tee-Object -FilePath "cortex-ha-install-log.txt"
Expand All @@ -154,7 +154,7 @@ To avoid answering all of the prompts `-Override 0` can be added to the end of t
-AppServicesPath "C:\Install\Cortex Innovation {{< version >}} - App Services.zip" `
-BlockPackagesPath "C:\Install\Cortex Innovation {{< version >}} - Block Packages.zip" `
-ApiGatewayBasicAuthUsername "BasicAuthUser" `
-ApiGatewayBasicAuthPassword "ADA9883B11BD4CDC908B8131B57944A4" `
-ApiGatewayBasicAuthPassword 'ADA9883B11BD4CDC908B8131B57944A4' `
-CustomerName "Customer1" `
-ApplicationServerIPv4Addresses @("192.168.1.1", "192.168.1.2", "192.168.1.3") `
-LoadBalancerServerIPv4Address "192.168.1.4" `
Expand All @@ -164,7 +164,7 @@ To avoid answering all of the prompts `-Override 0` can be added to the end of t
Host= "LDAP://ldapserver.fqdn.com:389"
UseSsl= $false
Username= "someUserName"
Password= "somePassword"
Password= 'somePassword'
} `
-AcceptEULA:$AcceptEula `
*>&1 | Tee-Object -FilePath "cortex-ha-install-log.txt"
Expand All @@ -174,20 +174,20 @@ To avoid answering all of the prompts `-Override 0` can be added to the end of t
-AppServicesPath "C:\Install\Cortex Innovation {{< version >}} - App Services.zip" `
-BlockPackagesPath "C:\Install\Cortex Innovation {{< version >}} - Block Packages.zip" `
-ApiGatewayBasicAuthUsername "BasicAuthUser" `
-ApiGatewayBasicAuthPassword "ADA9883B11BD4CDC908B8131B57944A4" `
-ApiGatewayBasicAuthPassword 'ADA9883B11BD4CDC908B8131B57944A4' `
-CustomerName "Customer1" `
-ApplicationServerIPv4Addresses @("192.168.1.1", "192.168.1.2", "192.168.1.3") `
-ServerCertificatePath "C:\Install\Certificates\cert.pfx" `
-ServerCertificatePassword "myPassword" `
-ServerCertificatePassword 'myPassword' `
-ClientCertificatePath "C:\Install\Certificates\cert.pfx" `
-ClientCertificatePassword "myPassword" `
-ClientCertificatePassword 'myPassword' `
-SkipLoadBalancer `
-Credential $Credential `
-LdapConnectionDetails @{
Host= "LDAP://ldapserver.fqdn.com:389"
UseSsl= $false
Username= "someUserName"
Password= "somePassword"
Password= 'somePassword'
} `
-AcceptEULA:$AcceptEula `
*>&1 | Tee-Object -FilePath "cortex-ha-install-log.txt"
Expand All @@ -197,7 +197,7 @@ To avoid answering all of the prompts `-Override 0` can be added to the end of t
-AppServicesPath "C:\Install\Cortex Innovation {{< version >}} - App Services.zip" `
-BlockPackagesPath "C:\Install\Cortex Innovation {{< version >}} - Block Packages.zip" `
-ApiGatewayBasicAuthUsername "BasicAuthUser" `
-ApiGatewayBasicAuthPassword "ADA9883B11BD4CDC908B8131B57944A4" `
-ApiGatewayBasicAuthPassword 'ADA9883B11BD4CDC908B8131B57944A4' `
-CustomerName "Customer1" `
-ApplicationServerIPv4Addresses @("192.168.1.1", "192.168.1.2", "192.168.1.3") `
-UseSelfSignedCertificates `
Expand All @@ -207,7 +207,7 @@ To avoid answering all of the prompts `-Override 0` can be added to the end of t
Host= "LDAP://ldapserver.fqdn.com:389"
UseSsl= $false
Username= "someUserName"
Password= "somePassword"
Password= 'somePassword'
} `
-AcceptEULA:$AcceptEula `
*>&1 | Tee-Object -FilePath "cortex-ha-install-log.txt"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,10 @@ To install the components required for debugging, perform the steps detailed in
-ServiceFabricApiGatewayEndpoint "https://server.domain.com/" `
-ServiceFabricUsingSelfSignedCertificates $false `
-ServiceFabricApiGatewayBasicAuthUsername "BasicAuthUser" `
-ServiceFabricApiGatewayBasicAuthPassword "ADA9883B11BD4CDC908B8131B57944A4" `
-ServiceFabricApiGatewayBasicAuthPassword 'ADA9883B11BD4CDC908B8131B57944A4' `
-DotNetFlowDebuggerEndpoint "https://server.domain.com:8722/api/" `
-DotNetFlowDebuggerBasicAuthUsername "BasicAuthUser" `
-DotNetFlowDebuggerBasicAuthPassword "ADA9883B11BD4CDC908B8131B57944A4" `
-DotNetFlowDebuggerBasicAuthPassword 'ADA9883B11BD4CDC908B8131B57944A4' `
-DotNetFlowDebuggerUsingSelfSignedCertificates $false `
-GatewayApplicationPoolUsername "Domain\Username" `
-WebRootFolder "C:\inetpub\wwwroot" `
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,18 +129,18 @@ To avoid answering all of the prompts `-Override 0` can be added to the end of t
-AppServicesPath "C:\Install\Cortex Innovation {{< version >}} - App Services.zip" `
-BlockPackagesPath "C:\Install\Cortex Innovation {{< version >}} - Block Packages.zip" `
-ApiGatewayBasicAuthUsername "BasicAuthUser" `
-ApiGatewayBasicAuthPassword "ADA9883B11BD4CDC908B8131B57944A4" `
-ApiGatewayBasicAuthPassword 'ADA9883B11BD4CDC908B8131B57944A4' `
-CustomerName "Customer1" `
-ApplicationServerIPv4Addresses @("192.168.1.1") `
-ServerCertificatePath "C:\Install\Certificates\cert.pfx" `
-ServerCertificatePassword "myPassword" `
-ServerCertificatePassword 'myPassword' `
-SkipLoadBalancer `
-Credential $Credential `
-LdapConnectionDetails @{
Host= "LDAP://ldapserver.fqdn.com:389"
UseSsl= $false
Username= "someUserName"
Password= "somePassword"
Password= 'somePassword'
} `
-AcceptEULA:$AcceptEula `
*>&1 | Tee-Object -FilePath "cortex-app-install-log.txt"
Expand All @@ -150,7 +150,7 @@ To avoid answering all of the prompts `-Override 0` can be added to the end of t
-AppServicesPath "C:\Install\Cortex Innovation {{< version >}} - App Services.zip" `
-BlockPackagesPath "C:\Install\Cortex Innovation {{< version >}} - Block Packages.zip" `
-ApiGatewayBasicAuthUsername "BasicAuthUser" `
-ApiGatewayBasicAuthPassword "ADA9883B11BD4CDC908B8131B57944A4" `
-ApiGatewayBasicAuthPassword 'ADA9883B11BD4CDC908B8131B57944A4' `
-CustomerName "Customer1" `
-ApplicationServerIPv4Addresses @("192.168.1.1") `
-UseSelfSignedCertificates `
Expand All @@ -160,7 +160,7 @@ To avoid answering all of the prompts `-Override 0` can be added to the end of t
Host= "LDAP://ldapserver.fqdn.com:389"
UseSsl= $false
Username= "someUserName"
Password= "somePassword"
Password= 'somePassword'
} `
-AcceptEULA:$AcceptEula `
*>&1 | Tee-Object -FilePath "cortex-app-install-log.txt"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ Once the certificate has been imported, a `Friendly Name` should be assigned whi
-ServiceFabricApiGatewayEndpoint "https://server.domain.com:8722/" `
-ServiceFabricUsingSelfSignedCertificates $false `
-ServiceFabricApiGatewayBasicAuthUsername "BasicAuthUser" `
-ServiceFabricApiGatewayBasicAuthPassword "ADA9883B11BD4CDC908B8131B57944A4" `
-DotNetFlowDebuggerEndpoint "https://server.domain.com:8722/api/" `
-ServiceFabricApiGatewayBasicAuthPassword 'ADA9883B11BD4CDC908B8131B57944A4' `
-DotNetFlowDebuggerEndpoint 'https://server.domain.com:8722/api/' `
-DotNetFlowDebuggerBasicAuthUsername "BasicAuthUser" `
-DotNetFlowDebuggerBasicAuthPassword "ADA9883B11BD4CDC908B8131B57944A4" `
-DotNetFlowDebuggerBasicAuthPassword 'ADA9883B11BD4CDC908B8131B57944A4' `
-DotNetFlowDebuggerUsingSelfSignedCertificates $false `
-GatewayApplicationPoolUsername "Domain\Username" `
-WebRootFolder "C:\inetpub\wwwroot" `
Expand Down

0 comments on commit fa83331

Please sign in to comment.