Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ If you already have a custom SSL certificate for {ProductName}, skip this proced
endif::[]

ifeval::["{context}" == "{smart-proxy-context}"]
On {ProjectServer}, create a custom certificate for your {ProductName}.
If you already have a custom SSL certificate for {ProductName}, skip this procedure.
On {ProjectServer}, you must generate a unique private key and Certificate Signing Request (CSR) for each {ProductName} that you want to secure with a custom SSL certificate.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
On {ProjectServer}, you must generate a unique private key and Certificate Signing Request (CSR) for each {ProductName} that you want to secure with a custom SSL certificate.
On {ProjectServer}, generate a unique private key and Certificate Signing Request (CSR) for each {ProductName} that you want to secure with a custom SSL certificate.

Remove fluff


Use this procedure for each {ProductName} that requires a custom SSL certificate.
Comment on lines +11 to +12
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Use this procedure for each {ProductName} that requires a custom SSL certificate.

I think that this is an unnecessary repetition.

endif::[]

ifdef::load-balancing[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ For more information, see xref:Registering_Proxy_to_Server_{smart-proxy-context}
* {SmartProxyServer} packages are installed.
For more information, see xref:Installing_Proxy_Packages_{smart-proxy-context}[].

[NOTE]
====
Once you have obtained the server certificate, private key, and CA chain from the Certificate Authority (CA) for each {SmartProxyServer}, organize these files into separate directories named after each {SmartProxyServer} on your {ProjectServer}.
Copy link
Contributor

@Lennonka Lennonka Jun 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Once you have obtained the server certificate, private key, and CA chain from the Certificate Authority (CA) for each {SmartProxyServer}, organize these files into separate directories named after each {SmartProxyServer} on your {ProjectServer}.
Once you have obtained the server certificate, private key, and CA chain from the Certificate Authority (CA) for each {SmartProxyServer}, organize these files into separate directories on your {ProjectServer}.
Name the directories after each {SmartProxyServer}.

For better clarity

====

.Procedure
. On your {ProjectServer}, generate a certificate bundle:
+
Expand Down