Skip to content

Commit c75f961

Browse files
mjangADubhlaoich
andauthored
Apply suggestions from code review
Co-authored-by: Alan Dooley <[email protected]>
1 parent 164e820 commit c75f961

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

content/nginx-one/how-to/certificates/manage-certificates.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@ This guide explains how you can manage SSL/TLS certificates with the F5 NGINX On
1616

1717
You may have separate sets of SSL/TLS certificates, as described in the following table:
1818

19-
{{<bootstrap-table "table table-striped table-bordered">}}
2019
| Functionality | Typical file names | Notes |
2120
|-------------------|--------------------------------------------------------------------|----------------------------------------------------------------------------------------|
2221
| Website traffic | /etc/nginx/ssl/example.com.crt <br> /etc/nginx/ssl/example.com.key | Typically purchased from a Certificate Authority (CA) |
2322
| 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 |
2423
| 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>}}
2624

2725
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.
2826
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).

content/nginx-one/how-to/config-sync-groups/add-file-csg.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,23 @@ weight: 400
1414

1515
{{< include "nginx-one/add-file/overview.md" >}}
1616

17-
## Before you start
17+
---
18+
19+
## Before you begin
1820

1921
Before you add files in your configuration, ensure:
2022

2123
- You have access to the NGINX One Console.
2224
- Config Sync Groups are properly registered with NGINX One Console
2325

26+
---
27+
2428
## Important considerations
2529

2630
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.
2731

32+
---
33+
2834
## Add a file
2935

3036
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.
4349

4450
You now have multiple options, described in the sections which follow.
4551

52+
---
53+
4654
### New Configuration File
4755

4856
Enter the name of the desired configuration file, such as `abc.conf` and select **Add**. The configuration file appears in the **Edit Configuration** window.
4957

58+
---
59+
5060
### New SSL Certificate or CA Bundle
5161

5262
{{< 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
5868

5969
{{< /tip >}}
6070

71+
---
72+
6173
### Existing SSL Certificate or CA Bundle
6274

6375
{{< include "nginx-one/add-file/existing-ssl-bundle.md" >}}
6476
With this option, You can incorporate [Managed certificates]({{< relref "/nginx-one/how-to/certificates/manage-certificates.md#managed-and-unmanaged-certificates" >}}).
6577

78+
---
79+
6680
## See also
6781

6882
- [Create and manage data plane keys]({{< relref "/nginx-one/how-to/data-plane-keys/create-manage-data-plane-keys.md" >}})

0 commit comments

Comments
 (0)