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
Confirm an F5 Distributed Cloud tenant has been provisioned for you. Log in to MyF5 and review your subscriptions. You should see within one of your subscriptions "Distributed Cloud". This could be in either an NGINX subscription or a Distributed Cloud. If the above does not appear in any of your subscriptions, reach out to either your F5 Account Team or Customer Success Manager.
8
+
9
+
With access, you or someone in your organization should have an email from [email protected] asking you to update your password when the tenant was created. The account name referenced in the E-Mail in bold is the tenant name.
10
+
11
+
Navigate to https://INSERT_YOUR_TENANT_NAME.console.ves.volterra.io/ to access F5 Distributed Cloud. If you have never logged in, select the **Forgot Password?** option in the log in screen. Alternatively, if someone within your organization has access, ask them to add you as a user within your tenant with a role providing permissions for NGINX One.
If you need to set up an instance of NGINX, you can do so in one of the following ways:
8
+
9
+
- Install [NGINX Open Source or NGINX Plus]({{< ref "/nginx/admin-guide/installing-nginx/" >}}). You can use the linked guide to install NGINX in a Linux environment, in a VM or on bare-metal hardware.
10
+
-[Deploy NGINX and NGINX Plus with Docker]({{< ref "/nginx/admin-guide/installing-nginx/installing-nginx-docker.md" >}}) with NGINX and the NGINX Agent installed.
Copy file name to clipboardExpand all lines: content/nginx-one/_index.md
+33-8Lines changed: 33 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,27 +13,52 @@ nd-product: NGINX One
13
13
[//]: #"These are Markdown comments to guide you through document structure. Remove them as you go, as well as any unnecessary sections."
14
14
[//]: #"Use underscores for _italics_, and double asterisks for **bold**."
15
15
[//]: #"Backticks are for `monospace`, used sparingly and reserved mostly for executable names - they can cause formatting problems. Avoid them in tables: use italics instead."
16
-
The F5 NGINX One Console makes it easy to manage NGINX instances across locations and environments. The console lets you monitor and control your NGINX fleet from one place—you can check configurations, track performance metrics, identify security vulnerabilities, manage SSL certificates, and more.
16
+
F5 NGINX One Console makes it easy to manage NGINX instances across locations and environments. The console lets you monitor and control your NGINX fleet from one place—you can check configurations, track performance metrics, identify security vulnerabilities, manage SSL certificates, and more. NGINX One Console is part of NGINX One, which includes [NGINX One components](#nginx-one-components).
17
17
18
18
## Featured content
19
19
[//]: #"You can add a maximum of three cards: any extra will not display."
20
20
[//]: #"One card will take full width page: two will take half width each. Three will stack like an inverse pyramid."
21
21
[//]: #"Some examples of content could be the latest release note, the most common install path, and a popular new feature."
@@ -144,7 +144,7 @@ Select the link for each CVE to see the details, including the CVE's publish dat
144
144
145
145
### Edit NGINX configurations
146
146
147
-
You can now make configuration changes to your NGINX instances. For more details, see [View and edit NGINX configurations]({{< ref "/nginx-one/nginx-configs/view-edit-nginx-configurations.md" >}}).
147
+
You can now make configuration changes to your NGINX instances. For more details, see [View and edit NGINX configurations]({{< ref "/nginx-one/nginx-configs/one-instance/view-edit-nginx-configurations.md" >}}).
Copy file name to clipboardExpand all lines: content/nginx-one/connect-instances/add-instance.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
description: ''
3
3
title: Add an NGINX instance
4
4
toc: true
5
-
weight: 100
5
+
weight: 300
6
6
type:
7
7
- how-to
8
8
---
@@ -54,4 +54,4 @@ Once you've completed the process, NGINX One reassigns this as a managed certifi
54
54
## Add an instance to a Config Sync Group
55
55
56
56
When you [Manage Config Sync Group membership]({{< ref "nginx-one/nginx-configs/config-sync-groups/manage-config-sync-groups#manage-config-sync-group-membership" >}}), you can add an existing or new instance to the group of your choice.
57
-
That instance inherits the setup of that Config Sync Group.
57
+
That instance inherits the setup of that Config Sync Group.
Copy file name to clipboardExpand all lines: content/nginx-one/connect-instances/create-manage-data-plane-keys.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,3 +66,7 @@ Before you can delete a key, it must be expired or revoked. You can revoke a key
66
66
2. Find the key you want to revoke in the list of expired or revoked keys.
67
67
3. Next to the key name, select the check box. You can select multiple keys at the same time.
68
68
4. Select **Delete selected**.
69
+
70
+
## Use the API
71
+
72
+
You can use our [API to manage your data plane keys]({{< ref "/nginx-one/api/api-reference-guide/#tag/Data-Plane/Key" >}}) in all of these ways (and more).
0 commit comments