Skip to content

Commit 722f4ae

Browse files
author
Donna-Marie Smith
committed
Modified Import Client Cert FAQs following PO review
1 parent 428fb23 commit 722f4ae

File tree

19 files changed

+83
-32
lines changed

19 files changed

+83
-32
lines changed

content/en/docs/2025.3/FAQs/check-cluster-health/multi-server-with-ha.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Instructions on how to do this can be found [here][Import Client Certificate].
1919
1. {{< section "/install-application-server/multi-server/check-application-services.md">}}
2020

2121
[Configure Installation Script]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.ConfigureInstallationScriptNew" >}}
22-
[Import Client Certificate]: {{< url path="Cortex.Faqs.ImportClientCertificate.MainDoc" >}}
22+
[Import Client Certificate]: {{< url path="Cortex.Faqs.ImportClientCertificate.MultiServer" >}}
2323
[Service Fabric Explorer]: {{< url path="Cortex.Reference.Glossary.P-T.ServiceFabricExplorer" >}}

content/en/docs/2025.3/FAQs/check-cluster-health/single-server-without-ha.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Instructions on how to do this can be found [here][Import Client Certificate].
1919
1. {{< section "/install-application-server/single-server/check-application-services.md">}}
2020

2121
[Configure Installation Script]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.SingleServerWithoutHA.ConfigureInstallationScriptNew" >}}
22-
[Import Client Certificate]: {{< url path="Cortex.Faqs.ImportClientCertificate.MainDoc" >}}
22+
[Import Client Certificate]: {{< url path="Cortex.Faqs.ImportClientCertificate.SingleServer" >}}
2323
[Service Fabric Explorer]: {{< url path="Cortex.Reference.Glossary.P-T.ServiceFabricExplorer" >}}

content/en/docs/2025.3/FAQs/import-client-certificate.md renamed to content/en/docs/2025.3/FAQs/import-client-certificate/_index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,5 @@
22
title: "How do I import the client certificate used to check cluster health?"
33
linkTitle: "How do I import the client certificate used to check cluster health?"
44
description: "Instructions on how to import the client certificate used to check the cluster health."
5-
weight: 1
5+
weight: 100
66
---
7-
8-
# Import Client Certificate
9-
10-
{{< section "/faqs/import-client-certificate.md">}}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "Multiple Server with HA"
3+
linkTitle: "Multiple Server with HA"
4+
description: "Instructions on how to import the client certificate used to check your multiple server cluster health."
5+
weight: 1
6+
---
7+
8+
# Import Client Certificate
9+
10+
## Using CA Certificates
11+
12+
In order to check the cluster health in Service Fabric Explorer and RabbitMQ the certificate specified for `ClientCertificatePath` during [installation][Configure Installation Script] will need to be imported to the local certificate store on the machine that is being used to browse from:
13+
14+
{{< section "/faqs/import-ca-client-certificate.md">}}
15+
16+
## Using Self Signed Certificates
17+
18+
In order to check the cluster health in Service Fabric Explorer and RabbitMQ the certificate generated when specifying `UseSelfSignedCertificates` during [installation][Configure Installation Script] will need to be imported to the local certificate store on the machine that is being used to browse from:
19+
20+
{{< section "/faqs/import-selfsigned-client-certificate.md">}}
21+
22+
[Configure Installation Script]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.ConfigureInstallationScriptNew" >}}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "Single Server without HA"
3+
linkTitle: "Single Server without HA"
4+
description: "Instructions on how to import the client certificate used to check your single server cluster health."
5+
weight: 1
6+
---
7+
8+
# Import Client Certificate
9+
10+
## Using CA Certificates
11+
12+
In order to check the cluster health in Service Fabric Explorer and RabbitMQ the certificate specified for `ServerCertificatePath` during [installation][Configure Installation Script] will need to be imported to the local certificate store on the machine that is being used to browse from:
13+
14+
{{< section "/faqs/import-ca-client-certificate.md">}}
15+
16+
## Using Self Signed Certificates
17+
18+
In order to check the cluster health in Service Fabric Explorer and RabbitMQ the certificate generated when specifying `UseSelfSignedCertificates` during [installation][Configure Installation Script] will need to be imported to the local certificate store on the machine that is being used to browse from:
19+
20+
{{< section "/faqs/import-selfsigned-client-certificate.md">}}
21+
22+
[Configure Installation Script]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.SingleServerWithoutHA.ConfigureInstallationScriptNew" >}}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
1. If the .PFX file is available:
2+
1. Copy it to the machine it is to be imported on.
3+
1. Otherwise, export it from the Application Server certificate store:
4+
1. Using the `Manage Computer Certificates` tool in Windows on the Application Server, export the certificate used from the `Personal` store as a pfx file.
5+
1. Copy it to the machine it is to be imported on.
6+
1. Import it to the `Current User` store by double-clicking on it, selecting the `Current User` Store Location and continue following the wizard.
7+
1. If the certificate was generated from a CA that is not a trusted root authority (e.g. OpenSSL), then it will also need importing to the Trusted Root Certification Authorities in the Local Computer store:
8+
1. Import it to the `Trusted Root Certification Authorities` in the `Local Computer` store by double-clicking on it, selecting the `Local Computer` Store Location and continue following the wizard.

content/en/docs/2025.3/_shared/faqs/import-client-certificate.md

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
1. Using the `Manage Computer Certificates` tool in Windows on the Application Server export the `CortexServerCertificate` from the `Personal` store as a pfx file.
2+
1. Copy the file to the machine that it needs to be imported on.
3+
1. Import it to the `Current User` store by double-clicking on it, selecting the `Current User` Store Location and continue following the wizard.
4+
1. Import it to the `Trusted Root Certification Authorities` in the `Local Computer` store by double-clicking on it, selecting the `Local Computer` Store Location and continue following the wizard.

content/en/docs/2025.3/_shared/install-application-server/single-server/add-innovation-only/configure-installation-script.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
1. Choose the tab below that matches the configuration for this installation, then update the script to match, changing the parameters according to the details given below:
33

44
{{< tabpane lang="powershell" >}}
5-
{{< tab header="CA Certs" >}}
5+
{{< tab header="CA Certificates" >}}
66
.\Cortex.Install.ps1 -ConfigFileName Cortex.Innovation.Install.Config.json `
77
-AppServicesPath "C:\Install\Cortex Innovation {{< version >}} - App Services.zip" `
88
-BlockPackagesPath "C:\Install\Cortex Innovation {{< version >}} - Block Packages.zip" `
@@ -23,7 +23,7 @@
2323
-AcceptEULA:$AcceptEula `
2424
*>&1 | Tee-Object -FilePath "cortex-app-install-log.txt"
2525
{{< /tab >}}
26-
{{< tab header="Self-Signed Certs" >}}
26+
{{< tab header="Self-Signed Certificates" >}}
2727
.\Cortex.Install.ps1 -ConfigFileName Cortex.Innovation.Install.Config.json `
2828
-AppServicesPath "C:\Install\Cortex Innovation {{< version >}} - App Services.zip" `
2929
-BlockPackagesPath "C:\Install\Cortex Innovation {{< version >}} - Block Packages.zip" `

content/en/docs/2025.3/_shared/install-application-server/single-server/add-innovation-to-7.2/configure-installation-script.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
1. Choose the tab below that matches the configuration for this installation, then update the script to match, changing the parameters according to the details given below:
33

44
{{< tabpane lang="powershell" >}}
5-
{{< tab header="CA Certs" >}}
5+
{{< tab header="CA Certificates" >}}
66
.\Cortex.Install.ps1 -ConfigFileName Cortex.Innovation.Install.Config.json `
77
-AppServicesPath "C:\Install\Cortex Innovation {{< version >}} - App Services.zip" `
88
-BlockPackagesPath "C:\Install\Cortex Innovation {{< version >}} - Block Packages.zip" `
@@ -23,7 +23,7 @@
2323
-AcceptEULA:$AcceptEula `
2424
*>&1 | Tee-Object -FilePath "cortex-app-install-log.txt"
2525
{{< /tab >}}
26-
{{< tab header="Self-Signed Certs" >}}
26+
{{< tab header="Self-Signed Certificates" >}}
2727
.\Cortex.Install.ps1 -ConfigFileName Cortex.Innovation.Install.Config.json `
2828
-AppServicesPath "C:\Install\Cortex Innovation {{< version >}} - App Services.zip" `
2929
-BlockPackagesPath "C:\Install\Cortex Innovation {{< version >}} - Block Packages.zip" `

0 commit comments

Comments
 (0)