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
F5 NGINX is announcing the <strong>End of Sale (EoS)</strong> for NGINX Controller Application Delivery Module, <strong>effective January 1, 2024</strong>.
4
+
<br><br>
5
+
F5 maintains generous lifecycle policies that allow customers to continue support and receive product updates. Existing NGINX Controller Application Delivery customers can continue to use the product past the EoS date. <strong>License renewals are not available after September 30, 2024.</strong>
6
+
<br><br>
7
+
See our <ahref="https://my.f5.com/manage/s/article/K000137993">End of Sale announcement</a> for more details
F5 NGINX is announcing the <strong>End of Sale (EoS)</strong> for NGINX Management Suite API Connectivity Manager Module, <strong>effective January 1, 2024</strong>.
4
+
<br><br>
5
+
F5 maintains generous lifecycle policies that allow customers to continue support and receive product updates. Existing API Connectivity Manager Module customers can continue to use the product past the EoS date. <strong>License renewals are not available after September 30, 2024.</strong>
6
+
<br><br>
7
+
See our <ahref="https://my.f5.com/manage/s/article/K000137989">End of Sale announcement</a> for more details.
{{< banner "caution" "NGINX Plus R33 requires NGINX Instance Manager 2.18 or later" >}}
2
+
If your NGINX data plane instances are running NGINX Plus R33 or later, you must upgrade to NGINX Instance Manager 2.18 or later to support usage reporting. NGINX Plus R33 instances must report usage data to the F5 licensing endpoint or NGINX Instance Manager. Otherwise, they will stop processing traffic.
3
+
<br><br>
4
+
For more details about usage reporting and enforcement, see [About solution licenses](../../../../solutions/about-subscription-licenses)
Copy file name to clipboardExpand all lines: content/includes/nginx-one/add-file/existing-ssl-bundle.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
docs:
3
3
---
4
4
5
-
With this option, You can incorporate [Managed certificates]({{< ref "/nginx-one/how-to/certificates/manage-certificates.md#managed-and-unmanaged-certificates" >}}).
5
+
With this option, you can incorporate [Managed certificates]({{< ref "/nginx-one/nginx-configs/certificates/manage-certificates.md#managed-and-unmanaged-certificates" >}}).
6
6
In the **Choose Certificate** drop-down, select the managed certificate of your choice, and select **Add**. You can then:
7
7
8
8
1. Review details of the certificate. The next steps depend on whether the certificate is a CA bundle or a certificate / key pair.
You can add an instance to NGINX One Console in the following ways:
9
+
10
+
- Directly, under **Instances**
11
+
- Indirectly, by selecting a Config Sync Group, and selecting **Add Instance to Config Sync Group**
12
+
13
+
In either case, NGINX One Console gives you a choice for data plane keys:
14
+
15
+
- Create a new key
16
+
- Use an existing key
17
+
18
+
NGINX One Console takes the option you use, and adds the data plane key to a command that you'd use to register your target instance. You should see the command in the **Add Instance** screen in the console.
19
+
20
+
Connect to the host where your NGINX instance is running. Run the provided command to [install NGINX Agent]({{< ref "/nginx-one/getting-started#install-nginx-agent" >}}) dependencies and packages on that host.
21
+
22
+
```bash
23
+
curl https://agent.connect.nginx.com/nginx-agent/install | DATA_PLANE_KEY="<data_plane_key>" sh -s -- -y
24
+
```
25
+
26
+
Once the process is complete, you can configure that instance in your NGINX One Console.
0 commit comments