Skip to content

Commit 6b5c417

Browse files
author
Donna-Marie Smith
committed
continued refactoring the check application services
1 parent 56e30f0 commit 6b5c417

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "How do I import the client certificate?"
3-
linkTitle: "How do I import the client certificate?"
4-
description: "Instructions on how to import the client certificate."
2+
title: "How do I import the client certificate used to check cluster health?"
3+
linkTitle: "How do I import the client certificate used to check cluster health?"
4+
description: "Instructions on how to import the client certificate used to check the cluster health."
55
weight: 150
66
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Packages"
33
linkTitle: "Packages"
4-
description: "This section includes user guides related to Package Management in {{% ctx %}} Gateway."
4+
description: "Create and manage packages in {{% ctx %}} Gateway."
55
weight: 10
66
---

content/en/docs/2025.3/Guides/user-guides/user-interfaces/gateway/ops/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Overview"
33
linkTitle: "Overview"
4-
description: "Summary and Anatomy of the Operations Overview."
4+
description: "The current platform status and flow execution statistics."
55
weight: 10
66
---
77

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
1. Log on to one of the Application Servers.
2-
1. {{< section "/install-application-server/multi-server/import-client-certificate.md">}}
2+
1. Import the client certificate, used in the `ClientCertificatePath` parameter of the [Configure Installation Script][] section, to your Current User certificate store.
3+
{{< section "/install-application-server/multi-server/import-client-certificate.md">}}
34
1. Open a web browser.
45
1. {{< section "/install-application-server/multi-server/service-fabric-explorer.md">}}
6+
7+
[Configure Installation Script]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.ConfigureInstallationScriptNew" >}}
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
Import the client certificate, used in the `ClientCertificatePath` parameter of the [Configure Installation Script][] section, to your Current User certificate store.
2-
3-
This can be achieved by double-clicking on the client certificate .PFX file and following the wizard.
1+
This can be achieved by double-clicking on the client certificate .PFX file and following the wizard.
42

53
If using self-signed certificates, the certificate can be retrieved by using the `Manage Computer Certificates` tool in Windows to export the `CortexServerCertificate` from the `Personal` store as a pfx file and then importing it to the `Current User` store by double-clicking on it and following the wizard. The certificate must also be imported to `Trusted Root Certification Authorities` in the `Local Computer` store.
6-
7-
[Configure Installation Script]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.ConfigureInstallationScriptNew" >}}
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
1. Log on to the server.
2-
1. {{< section "/install-application-server/single-server/import-client-certificate.md">}}
2+
1. Import the client certificate, used in the `ClientCertificatePath` parameter of the [Configure Installation Script][] section, to your Current User certificate store.
3+
{{< section "/install-application-server/single-server/import-client-certificate.md">}}
34
1. Open a web browser.
45
1. {{< section "/install-application-server/single-server/service-fabric-explorer.md">}}
6+
7+
[Configure Installation Script]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.SingleServerWithoutHA.ConfigureInstallationScriptNew" >}}

content/en/docs/2025.3/_shared/install-application-server/single-server/import-client-certificate.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
Import the client certificate, used in the `ClientCertificatePath` parameter of the [Configure Installation Script][] section, to your Current User certificate store.
2-
3-
This can be achieved by double-clicking on the client certificate .PFX file and following the wizard.
1+
This can be achieved by double-clicking on the client certificate .PFX file and following the wizard.
42

53
If using self-signed certificates, the certificate can be retrieved by using the `Manage Computer Certificates` tool in Windows to export the `CortexServerCertificate` from the `Personal` store as a pfx file and then importing it to the `Current User` store by double-clicking on it and following the wizard. The certificate must also be imported to `Trusted Root Certification Authorities` in the `Local Computer` store.
64

0 commit comments

Comments
 (0)