Skip to content

Commit 12ea43f

Browse files
committed
address feedback
1 parent c6e1d41 commit 12ea43f

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

content/nginx-one-console/nginx-configs/certificates/csg-unmanaged-certificates.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ If certificate contents differ between instances, even when file paths are the s
4646
- Certificates are identified by their content and associated instance
4747
- The CSG displays separate certificate entries in the configuration
4848

49-
If certificates are identical, but their file paths differ by instance:
49+
If certificate contents are identical, but their file paths differ by instance:
5050

51-
- CSG publication may fail
52-
- The CSG configuration will be out of sync
51+
- CSG publication may fail if file paths referenced in the NGINX configuration files do not exist on the instance
52+
- The CSG configuration status will be out of sync
5353
- Instances may not receive proper configuration updates
5454

5555
## Requirements for unmanaged certificates
@@ -75,7 +75,7 @@ NGINX One Console still helps you track unmanaged certificates:
7575

7676
- **No automated sync**: Unmanaged certificates are not synchronized by the Console
7777
- **Manual updates**: Certificates must be manually updated on each instance
78-
- **No validation**: The Console does not perform validation or rotation logic for unmanaged certificates
78+
- **No validation**: The Console does not perform validation logic for unmanaged certificates
7979

8080
### Configuration options
8181

@@ -85,9 +85,9 @@ If you don't want metadata tracking for unmanaged certificates, you can configur
8585

8686
To maintain consistent visibility and automated management across CSGs, consider converting unmanaged certificates to managed certificates by:
8787

88-
1. Uploading them through the NGINX One Console
89-
2. Leveraging the managed certificate solution for automated synchronization
90-
3. Taking advantage of centralized certificate management features
88+
- Convering them from unmanaged to managed
89+
- Leveraging the managed certificate solution for automated synchronization
90+
- Taking advantage of centralized certificate management features
9191

9292
## Troubleshooting
9393

@@ -97,24 +97,24 @@ Seemingly minor issues can lead to problems with unmanaged certificates.
9797

9898
If you see multiple entries for what should be the same certificate:
9999

100-
1. Verify that file paths are identical across all instances
101-
2. Check that certificate file contents match across all instances
102-
3. Ensure certificates were installed correctly on all instances
103-
4. Review NGINX Agent logs for any collection issues
100+
- Verify that file paths are identical across all instances
101+
- Check that certificate file contents match across all instances
102+
- Ensure certificates were installed correctly on all instances
103+
- Review NGINX Agent logs for any collection issues
104104

105105
If CSG publication is failing or configurations are out of sync:
106106

107-
1. Confirm that all certificate file paths are identical across instances
108-
2. Verify that referenced certificate files exist on all instances
109-
3. Check NGINX configuration syntax for certificate references
107+
- Confirm that all certificate file paths are identical across instances
108+
- Verify that referenced certificate files exist on all instances
109+
- Check NGINX configuration syntax for certificate references
110110

111111
### Visibility issues
112112

113113
If unmanaged certificates aren't appearing in the Console:
114114

115-
1. Confirm that the NGINX Agent is running and connected
116-
2. Check that certificate directories are not excluded by `allowed_directories` settings
117-
3. Verify that NGINX configuration files correctly reference the certificate paths
115+
- Confirm that the NGINX Agent is running and connected
116+
- Check that certificate directories are not excluded by `allowed_directories` settings
117+
- Verify that NGINX configuration files correctly reference the certificate paths
118118

119119
## Related topics
120120

content/nginx-one-console/nginx-configs/config-sync-groups/manage-config-sync-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ When using unmanaged certificates in Config Sync Groups:
338338
- **Manual distribution**: You must manually install certificates on each instance in the group
339339
- **Consistent file paths**: Certificate file paths must be identical across all instances for proper synchronization
340340
- **Visibility without management**: NGINX One tracks unmanaged certificate metadata to help you verify consistency, but does not synchronize the certificates themselves
341-
- **Status impact**: Inconsistent certificate file paths or missing certificates can affect the Config Sync Group status
341+
- **Status impact**: Inconsistent certificate file paths or missing certificates can affect the Config Sync Group configuration sync status
342342

343343
For detailed information about how unmanaged certificates work in Config Sync Groups, including requirements, best practices, and troubleshooting, see [Unmanaged certificates in Config Sync Groups]({{< ref "/nginx-one-console/nginx-configs/certificates/csg-unmanaged-certificates.md" >}}).
344344

0 commit comments

Comments
 (0)