Skip to content

Commit

Permalink
updated more properties
Browse files Browse the repository at this point in the history
  • Loading branch information
cortex-sa committed Nov 21, 2023
1 parent f3ef897 commit 67e8244
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,24 +86,30 @@ If the installation fails with `Root certificate verification failed as no root
"serverCertificates": {
    "serverCert": {
      "pfxCertificatePath": "C:\\Certificates\\wildCardCert.pfx",
      "pfxCertificatePassword": "pfxPassword",
      "pfxCertificatePassword": "#_121004188127116!133150189159197057145221234081254~237141201182240!228132117152122101166250091035249#",
      "pemRootCertificatePath": "C:\\Certificates\\rootCert.pem"
    }
  }
```
{{< alert type="note" title="Note" >}} The `pfxCertificatePassword` field must be {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.EncryptText" title="CORTEX Encrypted" >}}.
<br /><br />For security reasons, this value should be encrypted on a server that has the `Encryption Key` set from {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.SingleServerWithoutHA.EncryptionKeyRequirements" title="Encryption Key Requirements" >}}{{< /alert >}}
1. If a load balancer is being used (not single server), modify the installation configuration file to include the .pem file as the `pemRootCertificatePath` in the `adminCertificates` like so:
```json
"adminCertificates": {
    "loadBalancerCert": {
      "pfxCertificatePath": "C:\\Certificates\\lbCert.pfx",
      "pfxCertificatePassword": "pfxPassword",
      "pfxCertificatePassword": "#_121004188127116!133150189159197057145221234081254~237141201182240!228132117152122101166250091035249#",
      "pemRootCertificatePath": "C:\\Certificates\\lbRootCert.pem"
    }
  }
```
{{< alert type="note" title="Note" >}} The `pfxCertificatePassword` field must be {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.EncryptText" title="CORTEX Encrypted" >}}.
<br /><br />For security reasons, this value should be encrypted on a server that has the `Encryption Key` set from {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.SingleServerWithoutHA.EncryptionKeyRequirements" title="Encryption Key Requirements" >}}{{< /alert >}}
1. Run the installation script again.
### RabbitMQ commands not succeeding
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ To check all necessary ports are free, follow these steps:
{{< /tab >}}
{{< /tabpane >}}
{{< alert type="note" title="Note" >}}For security reasons the fields that are required to be {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.EncryptText" title="CORTEX Encrypted" >}} should be created on a server that has the `Encryption Key` set from {{< ahref path="Cortex.GettingStarted.OnPremise.AddInnovationTo72.MultipleServerWithHA.EncryptionKeyRequirements" title="Encryption Key Requirements" >}}.{{< /alert >}}
{{< alert type="note" title="Note" >}}For security reasons the fields that are required to be {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.EncryptText" title="CORTEX Encrypted" >}} should be encrypted on a server that has the `Encryption Key` set from {{< ahref path="Cortex.GettingStarted.OnPremise.AddInnovationTo72.MultipleServerWithHA.EncryptionKeyRequirements" title="Encryption Key Requirements" >}}.{{< /alert >}}
| Name | Description |
|----------------------------------------------|-------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ To install the components required for debugging, perform the steps detailed in
*>&1 | Tee-Object -FilePath "cortex-gateway-install-log.txt"
```
{{< alert type="note" title="Note" >}}For security reasons the fields that are required to be {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.EncryptText" title="CORTEX Encrypted" >}} should be created on a server that has the `Encryption Key` set from {{< ahref path="Cortex.GettingStarted.OnPremise.AddInnovationTo72.MultipleServerWithHA.EncryptionKeyRequirements" title="Encryption Key Requirements" >}}.{{< /alert >}}
{{< alert type="note" title="Note" >}}For security reasons the fields that are required to be {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.EncryptText" title="CORTEX Encrypted" >}} should be encrypted on a server that has the `Encryption Key` set from {{< ahref path="Cortex.GettingStarted.OnPremise.AddInnovationTo72.MultipleServerWithHA.EncryptionKeyRequirements" title="Encryption Key Requirements" >}}.{{< /alert >}}
| Name | Description |
|------------------------------------------------|-------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ To check all necessary ports are free, follow these steps:
{{< /tab >}}
{{< /tabpane >}}
{{< alert type="note" title="Note" >}}For security reasons the fields that are required to be {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.EncryptText" title="CORTEX Encrypted" >}} should be created on a server that has the `Encryption Key` set from {{< ahref path="Cortex.GettingStarted.OnPremise.AddInnovationTo72.SingleServerWithoutHA.EncryptionKeyRequirements" title="Encryption Key Requirements" >}}.{{< /alert >}}
{{< alert type="note" title="Note" >}}For security reasons the fields that are required to be {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.EncryptText" title="CORTEX Encrypted" >}} should be encrypted on a server that has the `Encryption Key` set from {{< ahref path="Cortex.GettingStarted.OnPremise.AddInnovationTo72.SingleServerWithoutHA.EncryptionKeyRequirements" title="Encryption Key Requirements" >}}.{{< /alert >}}
| Name | Description |
|----------------------------------------------|-------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ A Friendly Name should be assigned to the certificate being used for the Cortex
*>&1 | Tee-Object -FilePath "cortex-gateway-install-log.txt"
```
{{< alert type="note" title="Note" >}}For security reasons the fields that are required to be {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.EncryptText" title="CORTEX Encrypted" >}} should be created on a server that has the `Encryption Key` set from {{< ahref path="Cortex.GettingStarted.OnPremise.AddInnovationTo72.SingleServerWithoutHA.EncryptionKeyRequirements" title="Encryption Key Requirements" >}}.{{< /alert >}}
{{< alert type="note" title="Note" >}}For security reasons the fields that are required to be {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.EncryptText" title="CORTEX Encrypted" >}} should be encrypted on a server that has the `Encryption Key` set from {{< ahref path="Cortex.GettingStarted.OnPremise.AddInnovationTo72.SingleServerWithoutHA.EncryptionKeyRequirements" title="Encryption Key Requirements" >}}.{{< /alert >}}
| Name | Description |
|------------------------------------------------|-------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ If required, a separate X.509 SSL certificate can be obtained to be used by the
{{< /tab >}}
{{< /tabpane >}}

{{< alert type="note" title="Note" >}}For security reasons the fields that are required to be {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.EncryptText" title="CORTEX Encrypted" >}} should be created on a server that has the `Encryption Key` set from {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.SingleServerWithoutHA.EncryptionKeyRequirements" title="Encryption Key Requirements" >}}.{{< /alert >}}
{{< alert type="note" title="Note" >}}For security reasons the fields that are required to be {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.EncryptText" title="CORTEX Encrypted" >}} should be encrypted on a server that has the `Encryption Key` set from {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.SingleServerWithoutHA.EncryptionKeyRequirements" title="Encryption Key Requirements" >}}.{{< /alert >}}

| Name | Description |
|----------------------------------------------|-------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ To check all necessary ports are free, follow these steps:
{{< /tab >}}
{{< /tabpane >}}
{{< alert type="note" title="Note" >}}For security reasons the fields that are required to be {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.EncryptText" title="CORTEX Encrypted" >}} should be created on a server that has the `Encryption Key` added from {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.EncryptionKeyRequirements" title="Encryption Key Requirements" >}}.{{< /alert >}}
{{< alert type="note" title="Note" >}}For security reasons the fields that are required to be {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.EncryptText" title="CORTEX Encrypted" >}} should be encrypted on a server that has the `Encryption Key` added from {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.EncryptionKeyRequirements" title="Encryption Key Requirements" >}}.{{< /alert >}}
| Name | Description |
|----------------------------------------------|-------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ To install the components required for debugging, perform the steps detailed in
*>&1 | Tee-Object -FilePath "cortex-gateway-install-log.txt"
```
{{< alert type="note" title="Note" >}}For security reasons the fields that are required to be {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.EncryptText" title="CORTEX Encrypted" >}} should be created on a server that has the `Encryption Key` set from {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.EncryptionKeyRequirements" title="Encryption Key Requirements" >}}.{{< /alert >}}
{{< alert type="note" title="Note" >}}For security reasons the fields that are required to be {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.EncryptText" title="CORTEX Encrypted" >}} should be encrypted on a server that has the `Encryption Key` set from {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.EncryptionKeyRequirements" title="Encryption Key Requirements" >}}.{{< /alert >}}
| Name | Description |
|------------------------------------------------|-------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ To check all necessary ports are free, follow these steps:
{{< /tab >}}
{{< /tabpane >}}
{{< alert type="note" title="Note" >}}For security reasons the fields that are required to be {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.EncryptText" title="CORTEX Encrypted" >}} should be created on a server that has the `Encryption Key` set from {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.SingleServerWithoutHA.EncryptionKeyRequirements" title="Encryption Key Requirements" >}}.{{< /alert >}}
{{< alert type="note" title="Note" >}}For security reasons the fields that are required to be {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.EncryptText" title="CORTEX Encrypted" >}} should be encrypted on a server that has the `Encryption Key` set from {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.SingleServerWithoutHA.EncryptionKeyRequirements" title="Encryption Key Requirements" >}}.{{< /alert >}}
| Name | Description |
|----------------------------------------------|-------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Once the certificate has been imported, a `Friendly Name` should be assigned whi
-AcceptEULA:$AcceptEula `
*>&1 | Tee-Object -FilePath "cortex-gateway-install-log.txt"
```
{{< alert type="note" title="Note" >}}For security reasons the fields that are required to be {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.EncryptText" title="CORTEX Encrypted" >}} should be created on a server that has the `Encryption Key` added from {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.SingleServerWithoutHA.EncryptionKeyRequirements" title="Encryption Key Requirements" >}}.{{< /alert >}}
{{< alert type="note" title="Note" >}}For security reasons the fields that are required to be {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.Advanced.EncryptText" title="CORTEX Encrypted" >}} should be encrypted on a server that has the `Encryption Key` added from {{< ahref path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.SingleServerWithoutHA.EncryptionKeyRequirements" title="Encryption Key Requirements" >}}.{{< /alert >}}
| Name | Description |
|------------------------------------------------|-------------|
Expand Down

0 comments on commit 67e8244

Please sign in to comment.