Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/checklink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
config: .htmltest.yml
- name: Archive htmltest results
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
# Note: Set ACTIONS_RUNTIME_TOKEN env variable to test with nektos/act
with:
name: htmltest-report
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,10 @@ On one of the Application Servers or on the Web Application Server:
1. A message similar to the following will indicate that the application has completed successfully:

```text
app-server1: Overwritten Encryption key: EE19EB67F6C2D9E9A5AF6F0CE7822A44
Encryption key set on app-server1
app-server2: Overwritten Encryption key: EE19EB67F6C2D9E9A5AF6F0CE7822A44
Encryption key set on app-server2
app-server3: Overwritten Encryption key: EE19EB67F6C2D9E9A5AF6F0CE7822A44
Encryption key set on app-server3
lb-server: Overwritten Encryption key: EE19EB67F6C2D9E9A5AF6F0CE7822A44
Encryption key set on lb-server
webapp-server: Overwritten Encryption key: EE19EB67F6C2D9E9A5AF6F0CE7822A44
Encryption key set on webapp-server
Encryption Key: 284BADF55BDDC93A47D7DE8FC2C4DC9B
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Before encrypting parameters, it is required to generate a private key that will
cd "C:\Install\Cortex Innovation {{< version >}} - Encryption Key Generator"
```

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:
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:

```powershell
.\Cortex.Encryption.KeyGeneration.exe "app-server1"
Expand All @@ -18,10 +18,7 @@ Before encrypting parameters, it is required to generate a private key that will
1. A message similar to the following will indicate that the application has completed successfully:

```text
app-server: Overwritten Encryption key: EE19EB67F6C2D9E9A5AF6F0CE7822A44
Encryption key set on app-server
webapp-server: Overwritten Encryption key: EE19EB67F6C2D9E9A5AF6F0CE7822A44
Encryption key set on webapp-server
Encryption key set on app-server1
Encryption Key: 284BADF55BDDC93A47D7DE8FC2C4DC9B
```

Expand Down