Skip to content

Commit 9cac31b

Browse files
author
Donna-Marie Smith
committed
Added LB to encryption details
1 parent a654e8b commit 9cac31b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/en/docs/2024.11/_shared/prerequisites/install-innovation-only/multi-server/encryption-requirements.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Choose one of the Application Servers or the Web Application Server, and copy th
1212
cd "C:\Install\Cortex Innovation {{< version >}} - Encryption Key Generator"
1313
```
1414
15-
1. Run the `Cortex.Encryption.KeyGeneration.exe` application using the following command, modifying the argument value to contain the NETBIOS names or fully qualified domain names of the Application Servers and Web Application Server:
15+
1. Run the `Cortex.Encryption.KeyGeneration.exe` application using the following command, modifying the argument value to contain the NETBIOS names or fully qualified domain names of the Application Servers, Load Balancer Server (if using the included load balancer) and Web Application Server:
1616
1717
```powershell
18-
.\Cortex.Encryption.KeyGeneration.exe "app-server1, app-server2, app-server3, webapp-server"
18+
.\Cortex.Encryption.KeyGeneration.exe "app-server1, app-server2, app-server3, lb-server, webapp-server"
1919
```
2020
2121
1. A message similar to the following will indicate that the application has completed successfully:
@@ -27,6 +27,8 @@ Choose one of the Application Servers or the Web Application Server, and copy th
2727
Encryption key set on app-server2
2828
app-server3: Overwritten Encryption key: EE19EB67F6C2D9E9A5AF6F0CE7822A44
2929
Encryption key set on app-server3
30+
lb-server: Overwritten Encryption key: EE19EB67F6C2D9E9A5AF6F0CE7822A44
31+
Encryption key set on lb-server
3032
webapp-server: Overwritten Encryption key: EE19EB67F6C2D9E9A5AF6F0CE7822A44
3133
Encryption key set on webapp-server
3234
Encryption Key: 284BADF55BDDC93A47D7DE8FC2C4DC9B

0 commit comments

Comments
 (0)