docs | title | toc | weight | type | |
---|---|---|---|---|---|
Add a file to an instance |
true |
400 |
|
{{< include "nginx-one/add-file/overview.md" >}}
Before you add files in your configuration, ensure:
- You have access to the NGINX One Console.
- NGINX instances are properly registered with NGINX One Console
If your instance is a member of a Config Sync Group, changes that you make may be synchronized to other instances in that group. For more information, see how you can [Manage Config Sync Groups]({{< ref "/nginx-one/how-to/config-sync-groups/manage-config-sync-groups.md" >}}).
You can use the NGINX One Console to add a file to a specific instance. To do so:
-
Select the instance to manage.
-
Select the Configuration tab.
{{< tip >}}
{{< include "nginx-one/add-file/edit-config-tip.md" >}}
{{< /tip >}}
-
Select Edit Configuration.
-
In the Edit Configuration window that appears, select Add File.
You now have multiple options, described in the sections which follow.
{{< img src="nginx-one/images/add-file-to-config.png" alt="A modal window to edit configuration, with a 'New Configuration File' option selected." >}}
Enter the name of the desired configuration file, such as abc.conf
and select Add. The configuration file appears in the Edit Configuration window.
{{< include "nginx-one/add-file/new-ssl-bundle.md" >}}
{{< tip >}}
Make sure to specify the path to your certificate in your NGINX configuration,
with the ssl_certificate
and ssl_certificate_key
directives.
{{< /tip >}}
{{< include "nginx-one/add-file/existing-ssl-bundle.md" >}}
- [Create and manage data plane keys]({{< ref "/nginx-one/how-to/data-plane-keys/create-manage-data-plane-keys.md" >}})
- [View and edit NGINX configurations]({{< ref "/nginx-one/how-to/nginx-configs/view-edit-nginx-configurations.md" >}})
- [Manage certificates]({{< ref "/nginx-one/how-to/certificates/manage-certificates.md" >}})