diff --git a/.github/workflows/checklink.yml b/.github/workflows/checklink.yml index 2cc329b30..3d11c7373 100644 --- a/.github/workflows/checklink.yml +++ b/.github/workflows/checklink.yml @@ -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 diff --git a/content/en/docs/2025.1/_shared/prerequisites/install-innovation-only/multi-server/encryption-requirements.md b/content/en/docs/2025.1/_shared/prerequisites/install-innovation-only/multi-server/encryption-requirements.md index a3f159c32..b4ada661b 100644 --- a/content/en/docs/2025.1/_shared/prerequisites/install-innovation-only/multi-server/encryption-requirements.md +++ b/content/en/docs/2025.1/_shared/prerequisites/install-innovation-only/multi-server/encryption-requirements.md @@ -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 ``` diff --git a/content/en/docs/2025.1/_shared/prerequisites/install-innovation-only/single-server/encryption-requirements.md b/content/en/docs/2025.1/_shared/prerequisites/install-innovation-only/single-server/encryption-requirements.md index 8fa148e66..8d01688b9 100644 --- a/content/en/docs/2025.1/_shared/prerequisites/install-innovation-only/single-server/encryption-requirements.md +++ b/content/en/docs/2025.1/_shared/prerequisites/install-innovation-only/single-server/encryption-requirements.md @@ -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" @@ -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 ```