Skip to content

Commit

Permalink
Fix a broken link by dropping {context} (#3547)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9f8ac02)
  • Loading branch information
asteflova committed Jan 8, 2025
1 parent 502cca7 commit 7639d19
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ifdef::context[:parent-context: {context}]

[id="Configuring_Server_with_a_Custom_SSL_Certificate_{context}"]
[id="Configuring_Server_with_a_Custom_SSL_Certificate"]
= Configuring {ProjectServer} with a custom SSL certificate

By default, {ProjectName} uses a self-signed SSL certificate to enable encrypted communications between {ProjectServer}, external {SmartProxyServers}, and all hosts.
Expand Down
4 changes: 2 additions & 2 deletions guides/common/modules/con_ssl-authentication-overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ By default, {ProjectServer} uses a self-signed certificate.
This certificate acts as both the server certificate to verify the encryption key and the certificate authority (CA) to trust the identity of {ProjectServer}.

You can configure {ProjectServer} to use a custom SSL certificate.
For more information, see {InstallingServerDocURL}Configuring_Server_with_a_Custom_SSL_Certificate_{project-context}[Configuring {ProjectServer} with a custom SSL certificate] in _{InstallingServerDocTitle}_.
For more information, see {InstallingServerDocURL}Configuring_Server_with_a_Custom_SSL_Certificate[Configuring {ProjectServer} with a custom SSL certificate] in _{InstallingServerDocTitle}_.
ifdef::satellite[]
For more information on disconnected {ProjectServer}, see {InstallingServerDisconnectedDocURL}Configuring_Server_with_a_Custom_SSL_Certificate_{project-context}[Configuring {ProjectServer} with a custom SSL certificate] in _{InstallingServerDisconnectedDocTitle}_.
For more information on disconnected {ProjectServer}, see {InstallingServerDisconnectedDocURL}Configuring_Server_with_a_Custom_SSL_Certificate[Configuring {ProjectServer} with a custom SSL certificate] in _{InstallingServerDisconnectedDocTitle}_.
endif::[]
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Do not use the same command on more than one {SmartProxyServer}.

.Prerequisites
* {ProjectServer} is configured with a custom certificate.
For more information, see {InstallingServerDocURL}Configuring_Server_with_a_Custom_SSL_Certificate_{project-context}[Configuring {ProjectServer} with a Custom SSL Certificate] in _{InstallingServerDocTitle}_.
For more information, see {InstallingServerDocURL}Configuring_Server_with_a_Custom_SSL_Certificate[Configuring {ProjectServer} with a Custom SSL Certificate] in _{InstallingServerDocTitle}_.
* {SmartProxyServer} is registered to {ProjectServer}.
For more information, see xref:Registering_Proxy_to_Server_{smart-proxy-context}[].
* {SmartProxyServer} packages are installed.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Use this procedure to update your {customssl} certificate for {ProjectServer}.

.Prerequisites
* You must create a new Certificate Signing Request (CSR) and send it to the Certificate Authority to sign the certificate.
Refer to the {InstallingServerDocURL}Configuring_Server_with_a_Custom_SSL_Certificate_{context}[Configuring {ProjectServer} with a Custom SSL Certificate] guide before creating a new CSR because the Server certificate must have X.509 v3 `Key Usage` and `Extended Key Usage` extensions with required values.
Refer to the {InstallingServerDocURL}Configuring_Server_with_a_Custom_SSL_Certificate[Configuring {ProjectServer} with a Custom SSL Certificate] guide before creating a new CSR because the Server certificate must have X.509 v3 `Key Usage` and `Extended Key Usage` extensions with required values.
In return, you will receive the {ProjectServer} certificate and CA bundle.

.Procedure
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You cannot use the same command on more than one {SmartProxyServer}.

.Prerequisites
* You must create a new Certificate Signing Request and send it to the Certificate Authority to sign the certificate.
Refer to the {InstallingServerDocURL}Configuring_Server_with_a_Custom_SSL_Certificate_{context}[Configuring {ProjectServer} with a Custom SSL Certificate] guide before creating a new CSR because the {ProjectServer} certificate must have X.509 v3 `Key Usage` and `Extended Key Usage` extensions with required values.
Refer to the {InstallingServerDocURL}Configuring_Server_with_a_Custom_SSL_Certificate[Configuring {ProjectServer} with a Custom SSL Certificate] guide before creating a new CSR because the {ProjectServer} certificate must have X.509 v3 `Key Usage` and `Extended Key Usage` extensions with required values.
In return, you will receive the {SmartProxyServer} certificate and CA bundle.

.Procedure
Expand Down

0 comments on commit 7639d19

Please sign in to comment.