You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/solutions/about-subscription-licenses/getting-started.md
+13-11Lines changed: 13 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,30 +60,32 @@ If either condition is not met, **NGINX Plus stops processing traffic** until re
60
60
61
61
## Deploy the license {#deploy-jwt}
62
62
63
-
After you download the JWT license, you need to deploy it to your NGINX Plus instances. You can do this in one of two ways:
63
+
After you download the JWT license, deploy it to your NGINX Plus instances in one of two ways:
64
64
65
-
-**Use a Config Sync Group (recommended):** If you manage instances with the [NGINX One Console]({{< ref "/nginx-one/getting-started.md" >}}), this method keeps instances consistent, avoids manual copying, and applies license updates automatically.
65
+
-**Use a group sync feature (recommended):**
66
+
- In the [NGINX One Console]({{< ref "/nginx-one/getting-started.md" >}}), use a **Config Sync Group** to keep instances consistent, avoid manual copying, and apply license updates automatically.
67
+
- In [NGINX Instance Manager]({{< ref "/nim/nginx-instances/manage-instance-groups.md" >}}), use an **instance group**, which works the same way as a Config Sync Group.
66
68
-**Copy the license manually:** Place the license file on each NGINX Plus instance yourself.
67
69
68
70
Both methods ensure your NGINX Plus instances have access to the required license file.
69
71
70
-
Choose the option that fits your environment:
72
+
Choose the option that fits your environment:
71
73
72
74
<details>
73
-
<summary>Deploy with Config Sync Group (NGINX One Console)</summary>
75
+
<summary>Deploy with a group sync feature (recommended)</summary>
74
76
75
-
### Deploy with a Config Sync Group
77
+
### Deploy with a group sync feature
76
78
77
79
<br>
78
80
79
81
{{< include "/licensing-and-reporting/deploy-jwt-with-csgs.md" >}}
In NGINX Instance Manager, _instance groups_ work like Config Sync Groups in the NGINX One Console.
83
-
To create an instance group, see [Manage instance groups]({{< ref "/nim/nginx-instances/manage-instance-groups.md" >}}). After that, you can add the JWT license file the same way you would in the NGINX One Console.
83
+
{{< call-out "note" "" >}}
84
+
In NGINX Instance Manager, *instance groups* provide the same sync functionality as Config Sync Groups in the NGINX One Console.
85
+
See [Manage instance groups]({{< ref "/nim/nginx-instances/manage-instance-groups.md" >}}) for setup instructions.
84
86
{{< /call-out >}}
85
87
86
-
</details>
88
+
</details>
87
89
88
90
<details>
89
91
<summary>Deploy manually</summary>
@@ -92,9 +94,9 @@ To create an instance group, see [Manage instance groups]({{< ref "/nim/nginx-in
92
94
93
95
<br>
94
96
95
-
Copy the JWT license file to each NGINX Plus instance.
97
+
Copy the JWT license file to each NGINX Plus instance.
96
98
97
-
{{< include "/licensing-and-reporting/apply-jwt.md" >}}
99
+
{{< include "/licensing-and-reporting/apply-jwt.md" >}}
0 commit comments