Skip to content

Commit f57209c

Browse files
mjangsylwangADubhlaoich
authored
Apply suggestions from code review
Co-authored-by: Sylvia Wang <[email protected]> Co-authored-by: Alan Dooley <[email protected]>
1 parent c75f961 commit f57209c

File tree

5 files changed

+15
-17
lines changed

5 files changed

+15
-17
lines changed

content/includes/nginx-one/add-file/existing-ssl-bundle.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ docs:
55
With this option, You can incorporate [Managed certificates]({{< relref "/nginx-one/how-to/certificates/manage-certificates.md#managed-and-unmanaged-certificates" >}}).
66
In the **Choose Certificate** drop-down, select the managed certificate of your choice, and select **Add**. You can then:
77

8-
1. Review details of the certificate. The next steps depend on whether the certificate is a CA bundle or a certificate / key pair.
9-
1. Enter the **Certificate File Path**, such as `/etc/ssl/nginx/mycert.crt` or `/etc/ssl/nginx/mycert.pem`.
10-
1. If you selected a key pair, you'll also enter the **Key File Path**, such as `/etc/ssl/nginx/mycert.key`.
8+
1. Review details of the certificate. The next steps depend on whether the certificate is a CA bundle or a certificate key pair.
9+
1. Enter the **Certificate File Path**, such as `/etc/nginx/mycert.crt` or `/etc/nginx/mycert.pem`.
10+
1. If you selected a certificate key pair, you'll also enter the **Key File Path**, such as `/etc/nginx/mycert.key`.
1111
1. If you select **Add Item**, you can add the same certificate or key to another directory.
1212
1. Select **Add**. You should now be returned to the **Edit Configuration** window.
1313
You should now see the files you specified in the directory tree.
1414
1. Select **Next** and then **Save and Publish**.
1515
You may see a message that suggests publication is in progress.
16-
1. When publication is complete, you're taken back to the **Configuration** tab. You should see the updated configuration in the window.
16+
1. When publication is complete, you're taken back to the **Configuration** tab. You should see the updated configuration in the window with added certificate and key files under the specified file paths.

content/includes/nginx-one/add-file/new-ssl-bundle.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
docs:
33
---
44

5-
First you can select the toggle to allow NGINX One Console to manaage the new certificate or bundle.
5+
First you can select the toggle to allow NGINX One Console to manage a new certificate or CA bundle.
66

77
In the screen that appears, you can add a certificate name. If you don't add a name, NGINX One will add a name for you, based on the expiration date for the certificate.
88

@@ -20,14 +20,14 @@ Select **Save and Continue**. You're taken to another screen where you can speci
2020

2121
- **Certificate File Path**
2222
- Enter the full path to your certificate, such as
23-
- /etc/ssl/nginx/server.crt
24-
- /etc/ssl/nginx/server.pem
23+
- /etc/nginx/server.crt
24+
- /etc/nginx/server.pem
2525

2626
- **Key File Path**
2727
- Enter the full path to your certificate key, such as
28-
- /etc/ssl/nginx/server.key
28+
- /etc/nginx/server.key
2929
- If you're using a `.pem` file, you won't have a separate key.
3030

3131
With the **Add Item** button, you can add the file to additional directories.
3232

33-
When complete, select **Add** to include the certificate files that you've configured to desired directories.
33+
When complete, select **Add** to include the certificate and key files that you've configured to desired directories.

content/includes/nginx-one/add-file/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
docs:
33
---
44

5-
This guide explains how to add files in the F5 NGINX One Console. While you can manage files in the CLI, the NGINX One Console supports editing in a UI that resembles an Integrated Development Environment (IDE), with recommendations.
5+
This guide explains how to add files in the F5 NGINX One Console. While you can manage files in the CLI, the NGINX One Console supports editing in a UI that resembles an Integrated Development Environment (IDE), with recommendations on NGINX configuration files.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Make sure your certificates, keys, and pem files are encrypted to one of the fol
6767
- RSA
6868
- ECC/ECDSA
6969

70-
In other words, any private key of this type should be supported, regardless of the curve types or hashing algorithm.
70+
All curve types are supported for ECC/ECDSA keys. In addition, any hashing algorithm should work with NGINX One Console.
7171

7272
For exmaple, if you use ECDSA private keys in PEM format, the PEM headers should contain:
7373

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
---
2-
docs:
3-
doctypes:
4-
- task
5-
tags:
6-
- docs
72
title: Add a file to a Config Sync Group
8-
toc: true
93
weight: 400
4+
toc: true
5+
type: how-to
6+
product: NGINX One
7+
docs: DOCS-000
108
---
119

1210

0 commit comments

Comments
 (0)