Skip to content

Commit 67fac59

Browse files
Cortex-DMSDonna-Marie Smith
andauthored
updated Encryption Key examples to reflect fresh install (#196)
Updated Generate Encryption Key examples --------- Co-authored-by: Donna-Marie Smith <[email protected]>
1 parent 0f91ecd commit 67fac59

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

.github/workflows/checklink.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
config: .htmltest.yml
4141
- name: Archive htmltest results
4242
if: always()
43-
uses: actions/upload-artifact@v3
43+
uses: actions/upload-artifact@v4
4444
# Note: Set ACTIONS_RUNTIME_TOKEN env variable to test with nektos/act
4545
with:
4646
name: htmltest-report

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)