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
| Website traffic | /etc/nginx/ssl/example.com.crt <br> /etc/nginx/ssl/example.com.key | Typically purchased from a Certificate Authority (CA) |
23
22
| Repository access | /etc/ssl/nginx/nginx-repo.crt <br> /etc/ssl/nginx/nginx-repo.key | Supports access to repositories to download and install NGINX packages |
24
23
| NGINX Licensing | /etc/ssl/nginx/server.crt <br> /etc/ssl/nginx/server.key | Supports access to repositories. Based on licenses downloaded from https://my.f5.com/|
25
-
{{</bootstrap-table>}}
26
24
27
25
Allowed directories depend on the [NGINX Agent]({{< relref "/nginx-one/getting-started/#install-nginx-agent" >}}). Look for the `/etc/nginx-agent/nginx-agent.conf` file.
28
26
Find the `config_dirs` parameter in that file, as described in the NGINX Agent [Basic configuration](https://docs.nginx.com/nginx-agent/configuration/configuration-overview/#cli-flags--environment-variables).
Copy file name to clipboardExpand all lines: content/nginx-one/how-to/config-sync-groups/add-file-csg.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,17 +14,23 @@ weight: 400
14
14
15
15
{{< include "nginx-one/add-file/overview.md" >}}
16
16
17
-
## Before you start
17
+
---
18
+
19
+
## Before you begin
18
20
19
21
Before you add files in your configuration, ensure:
20
22
21
23
- You have access to the NGINX One Console.
22
24
- Config Sync Groups are properly registered with NGINX One Console
23
25
26
+
---
27
+
24
28
## Important considerations
25
29
26
30
This page applies when you want to add a file to a Config Sync Group. Any changes you make here apply to all [Instances]({{< relref "/nginx-one/glossary.md" >}}) of that Config Sync Group.
27
31
32
+
---
33
+
28
34
## Add a file
29
35
30
36
You can use the NGINX One Console to add a file to a specific Config Sync Group. To do so:
@@ -43,10 +49,14 @@ You can use the NGINX One Console to add a file to a specific Config Sync Group.
43
49
44
50
You now have multiple options, described in the sections which follow.
45
51
52
+
---
53
+
46
54
### New Configuration File
47
55
48
56
Enter the name of the desired configuration file, such as `abc.conf` and select **Add**. The configuration file appears in the **Edit Configuration** window.
49
57
58
+
---
59
+
50
60
### New SSL Certificate or CA Bundle
51
61
52
62
{{< include "nginx-one/add-file/new-ssl-bundle.md" >}}
@@ -58,11 +68,15 @@ Enter the name of the desired configuration file, such as `abc.conf` and select
58
68
59
69
{{< /tip >}}
60
70
71
+
---
72
+
61
73
### Existing SSL Certificate or CA Bundle
62
74
63
75
{{< include "nginx-one/add-file/existing-ssl-bundle.md" >}}
64
76
With this option, You can incorporate [Managed certificates]({{< relref "/nginx-one/how-to/certificates/manage-certificates.md#managed-and-unmanaged-certificates" >}}).
65
77
78
+
---
79
+
66
80
## See also
67
81
68
82
-[Create and manage data plane keys]({{< relref "/nginx-one/how-to/data-plane-keys/create-manage-data-plane-keys.md" >}})
0 commit comments