Skip to content

Commit e4c20c3

Browse files
committed
More
1 parent 15b9523 commit e4c20c3

File tree

5 files changed

+33
-46
lines changed

5 files changed

+33
-46
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
docs:
3+
---
4+
5+
From this window, select the file of your choice. If you want to delete this
6+
file, Select **Edit Configuration** and select the Trash icon.
7+
8+
If this was a mistake, a revert button appears. But do not wait. As noted in
9+
one of the UI messages, "This action cannot be undone once you publish the
10+
configuration."
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
docs:
3+
---
4+
5+
First you can select the toggle to allow NGINX One Console to manaage the new certificate or bundle.
6+
7+
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.
8+
9+
You can add certificates in the following formats:
10+
11+
- **SSL Certificate and Key**
12+
- **CA Certificate Bundle**
13+
14+
In each case, you can upload files directly, or enter the content of the certificates in a text box. Once you upload these certificates, you'll see:
15+
16+
- **Certificate Details**, with the Subject Name, start and end dates.
17+
- **Key Details**, with the encryption key size and algorithm, such as RSA

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

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ weight: 400
1212

1313
## Overview
1414

15-
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
16-
a UI that resembles an Integrated Development Environment (IDE), with recommendations.
15+
{{< include "nginx-one/add-file/overview.md" >}}
1716

1817
## Before you start
1918

@@ -35,12 +34,7 @@ You can use the NGINX One Console to add a file to a specific Config Sync Group.
3534

3635
{{< tip >}}
3736

38-
From this window, select the file of your choice. If you want to delete this
39-
file, Select **Edit Configuration** and select the Trash icon.
40-
41-
If this was a mistake, a revert button appears. But do not wait. As noted in
42-
one of the UI messages, "This action cannot be undone once you publish the
43-
configuration."
37+
{{< include "nginx-one/add-file/edit-config-tip.md" >}}
4438

4539
{{< /tip >}}
4640

@@ -55,28 +49,14 @@ Enter the name of the desired configuration file, such as `abc.conf` and select
5549

5650
### New SSL Certificate or CA Bundle
5751

58-
First you can select the toggle to allow NGINX One Console to manaage the new certificate or bundle.
59-
60-
<!-- Candidate for an "include". Common content with add-file.md -->
61-
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.
62-
63-
You can add certificates in the following formats:
64-
65-
- **SSL Certificate and Key**
66-
- **CA Certificate Bundle**
67-
68-
In each case, you can upload files directly, or enter the content of the certificates in a text box. Once you upload these certificates, you'll see:
69-
70-
- **Certificate Details**, with the Subject Name, start and end dates.
71-
- **Key Details**, with the encryption key size and algorithm, such as RSA
52+
{{< include "nginx-one/add-file/new-ssl-bundle.md" >}}
7253

7354
{{< tip >}}
7455

7556
Make sure to specify the path to your certificate in your NGINX configuration,
7657
with the `ssl_certificate` and `ssl_certificate_key` directives.
7758

7859
{{< /tip >}}
79-
<!-- end potential "include" -->
8060

8161
### Existing SSL Certificate or CA Bundle
8262

content/nginx-one/how-to/nginx-configs/add-file.md

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ weight: 400
1212

1313
## Overview
1414

15-
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.
16-
{{< include "nginx-one/overview.md" >}}
15+
{{< include "nginx-one/add-file/overview.md" >}}
1716

1817
## Before you start
1918

@@ -36,12 +35,7 @@ You can use the NGINX One Console to add a file to a specific instance. To do so
3635

3736
{{< tip >}}
3837

39-
From this window, select the file of your choice. If you want to delete this
40-
file, Select **Edit Configuration** and select the Trash icon.
41-
42-
If this was a mistake, a revert button appears. But do not wait. As noted in
43-
one of the UI messages, "This action cannot be undone once you publish the
44-
configuration."
38+
{{< include "nginx-one/add-file/edit-config-tip.md" >}}
4539

4640
{{< /tip >}}
4741

@@ -56,28 +50,14 @@ Enter the name of the desired configuration file, such as `abc.conf` and select
5650

5751
### New SSL Certificate or CA Bundle
5852

59-
First you can select the toggle to allow NGINX One Console to manaage the new certificate or bundle.
60-
61-
<!-- Candidate for an "include". Common content with add-file.md -->
62-
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.
63-
64-
You can add certificates in the following formats:
65-
66-
- **SSL Certificate and Key**
67-
- **CA Certificate Bundle**
68-
69-
In each case, you can upload files directly, or enter the content of the certificates in a text box. Once you upload these certificates, you'll see:
70-
71-
- **Certificate Details**, with the Subject Name, start and end dates.
72-
- **Key Details**, with the encryption key size and algorithm, such as RSA
53+
{{< include "nginx-one/add-file/new-ssl-bundle.md" >}}
7354

7455
{{< tip >}}
7556

7657
Make sure to specify the path to your certificate in your NGINX configuration,
7758
with the `ssl_certificate` and `ssl_certificate_key` directives.
7859

7960
{{< /tip >}}
80-
<!-- end potential "include" -->
8161

8262
### Existing SSL Certificate or CA Bundle
8363

0 commit comments

Comments
 (0)