Skip to content

Commit 52def02

Browse files
committed
Update godaddy-set-up.adoc
1 parent df4ecca commit 52def02

1 file changed

Lines changed: 32 additions & 6 deletions

File tree

modules/ROOT/pages/godaddy-set-up.adoc

Lines changed: 32 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@ Verification requires a custom domain, a configured runtime environment, and sec
88

99
Agent verification requires a custom domain (vanity domain) that you own and control.
1010

11+
* The domain associated with your agent must match the consumer endpoint used during registration.
1112
* The domain is used to establish the agent’s identity
1213
* You must be able to create and manage DNS records for the domain
1314
* MuleSoft-managed domains such as `cloudhub.io` are not supported
1415

15-
The domain associated with your agent must match the consumer endpoint used during registration.
16-
1716
== Private space
1817

19-
Agents must be deployed in a private space to support custom domains and TLS configuration.
18+
Agents must be deployed in a private space that supports custom domains and TLS configuration.
2019

2120
If you do not already have a private space, create one in Runtime Manager before proceeding.
2221

@@ -26,7 +25,9 @@ For more information, see xref:cloudhub-2::ps-manage.adoc[Private Spaces].
2625

2726
A TLS context must be configured in your private space for the domain used by the agent.
2827

29-
TLS configuration enables secure communication and is required to complete verification. API Manager validates that a TLS context exists for the domain before allowing verification to proceed.
28+
TLS configuration enables secure communication and is required to complete verification. A TLS context must be configured for the domain used by the agent.
29+
30+
API Manager requires a valid TLS context for the domain before verification can proceed.
3031

3132
To configure a TLS context:
3233

@@ -44,13 +45,33 @@ Make sure that:
4445

4546
If no TLS context is configured, verification cannot proceed and an error is displayed.
4647

47-
TIP: Use a wildcard certificate (for example, `*.example.com`) to support multiple agents on the same domain.
48+
For more information, see xref:cloudhub-2::ps-config-domains.adoc[Configure domains and TLS certificates]
49+
50+
== Gateway configuration
51+
52+
Agents must be exposed through a configured gateway to support domain-based verification.
53+
54+
When using Flex Gateway, you must configure an endpoint for each agent using your custom domain.
55+
56+
For setup instructions, see xref:gateway::flex-gateway-managed-set-up.adoc[Set up Flex Gateway in managed mode].
57+
58+
Make sure that:
59+
60+
* Each agent is mapped to a unique endpoint or path in the gateway configuration
61+
* The endpoint uses the same domain as the agent’s consumer endpoint
62+
63+
[NOTE]
64+
====
65+
Each agent must be configured with a separate endpoint in the gateway.
66+
67+
If multiple agents are deployed on the same domain, each one requires its own explicit endpoint configuration.
68+
====
4869

4970
== Secret group access
5071

5172
Agent verification requires access to a secret group in Secrets Manager.
5273

53-
The secret group is used to store generated security artifacts such as keystores and identity credentials.
74+
The secret group is used to store generated security artifacts during verification.
5475

5576
Make sure that:
5677

@@ -59,6 +80,11 @@ Make sure that:
5980

6081
If you do not have the required permissions, you cannot complete verification.
6182

83+
[IMPORTANT]
84+
====
85+
If the domain, TLS context, and gateway configuration are not aligned, agent verification cannot be completed.
86+
====
87+
6288
== Next steps
6389

6490
After completing the environment setup:

0 commit comments

Comments
 (0)