Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ If you register an instance to NGINX One Console, as described in [Add your NGIN
- Are used in their NGINX configuration
- Do _not_ match an existing managed SSL certificate/CA bundle

These certificates appear in the list of unmanaged certificates.
These certificates appear in the list of unmanaged certificates. NGINX One Console has no data on those certificates, except for the metadata shown in the console.

We recommend that you convert your unmanaged certificates. Converting to a managed certificate allows you to centrally manage, update, and deploy a certificate to your data plane from the NGINX One Console.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Config Sync Groups support configuration inheritance and persistance. If you've

On the other hand, if you remove all instances from a Config Sync Group, the original configuration persists. In other words, the group retains the configuration from that first instance (or the original configuration). Any new instance that you add later still inherits that configuration.

{{< tip >}}You can use _unmanaged_ certificates. Your actions can affect the [Config Sync Group status](#config-sync-group-status). For future instances on the data plane, if it:
{{< tip >}}You can use _unmanaged_ certificates. NGINX One Console collects _only_ the metadata shown in the console. It does not include the content of the certificate. Your actions can affect the [Config Sync Group status](#config-sync-group-status). For future instances on the data plane, if it:

- Has unmanaged certificates in the same file paths as defined by the NGINX configuration as the Config Sync Group, that instance will be [**In Sync**](#config-sync-group-status).
- Will be [**Out of Sync**](#config-sync-group-status) if the instance:
Expand Down
Loading