Skip to content

Commit 2802c90

Browse files
author
Donna-Marie Smith
committed
updated Encryption Key examples to reflect fresh install and more likely to not be overwritten
1 parent 0f91ecd commit 2802c90

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,10 @@ On one of the Application Servers or on the Web Application Server:
2020
1. A message similar to the following will indicate that the application has completed successfully:
2121
2222
```text
23-
app-server1: Overwritten Encryption key: EE19EB67F6C2D9E9A5AF6F0CE7822A44
2423
Encryption key set on app-server1
25-
app-server2: Overwritten Encryption key: EE19EB67F6C2D9E9A5AF6F0CE7822A44
2624
Encryption key set on app-server2
27-
app-server3: Overwritten Encryption key: EE19EB67F6C2D9E9A5AF6F0CE7822A44
2825
Encryption key set on app-server3
29-
lb-server: Overwritten Encryption key: EE19EB67F6C2D9E9A5AF6F0CE7822A44
3026
Encryption key set on lb-server
31-
webapp-server: Overwritten Encryption key: EE19EB67F6C2D9E9A5AF6F0CE7822A44
3227
Encryption key set on webapp-server
3328
Encryption Key: 284BADF55BDDC93A47D7DE8FC2C4DC9B
3429
```

content/en/docs/2025.1/_shared/prerequisites/install-innovation-only/single-server/encryption-requirements.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Before encrypting parameters, it is required to generate a private key that will
99
cd "C:\Install\Cortex Innovation {{< version >}} - Encryption Key Generator"
1010
```
1111
12-
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 Server and Web Application Server:
12+
1. Run the `Cortex.Encryption.KeyGeneration.exe` application using the following command, modifying the argument value to contain the NETBIOS name or fully qualified domain name of the server:
1313
1414
```powershell
1515
.\Cortex.Encryption.KeyGeneration.exe "app-server1"
@@ -18,10 +18,7 @@ Before encrypting parameters, it is required to generate a private key that will
1818
1. A message similar to the following will indicate that the application has completed successfully:
1919
2020
```text
21-
app-server: Overwritten Encryption key: EE19EB67F6C2D9E9A5AF6F0CE7822A44
22-
Encryption key set on app-server
23-
webapp-server: Overwritten Encryption key: EE19EB67F6C2D9E9A5AF6F0CE7822A44
24-
Encryption key set on webapp-server
21+
Encryption key set on app-server1
2522
Encryption Key: 284BADF55BDDC93A47D7DE8FC2C4DC9B
2623
```
2724

0 commit comments

Comments
 (0)