Skip to content

Commit 62eb725

Browse files
committed
Update per PR comments
1 parent b7cf0b3 commit 62eb725

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,12 @@ Before you add and manage certificates with the NGINX One Console make sure:
5959

6060
NGINX One Console supports certificates for access to repositories. You may need a copy of these files from your Certificate Authority (CA) to upload them to NGINX One Console:
6161

62-
- SSL Certificate (with a `.cer` or `.pem` file extension)
63-
- Privacy certificate (with a `.pem` file extension)
62+
- SSL Certificate
63+
- Example file extensions: .crt, .pem
64+
- Privacy certificate
65+
- Example file extensions: .key, .pem
6466

65-
The NGINX One Console allows you to upload these certificates as text and as files. You can also upload your own certificate files (with .crt and .key file extensions).
67+
The NGINX One Console allows you to upload these certificates as text and as files. You can also upload your own certificate files (with file extensions such as .crt and .key).
6668

6769
Make sure your certificates, keys, and pem files are encrypted to one of the following standards:
6870

@@ -75,7 +77,7 @@ For exmaple, if you use ECDSA private keys in PEM format, the PEM headers should
7577

7678
```
7779
-----BEGIN EC PRIVATE KEY-----
78-
<...base64-encoded key>
80+
<BASE64 ENCODED KEY>
7981
-----END EC PRIVATE KEY-----
8082
8183
```
@@ -170,7 +172,7 @@ To delete a certificate, find the name in the **Certificates** screen. Find the
170172

171173
If that certificate is managed and is part of a Config Sync Group, that change affects all instances in that group.
172174

173-
{{< warning >}} Do not delete certificates that are being used by an instance or a Config Sync Group. Deleting such certificates leads to failure in affected NGINX deployments. {{< /warning >}}
175+
{{< warning >}} Be cautious if you want to delete certificates that are being used by an instance or a Config Sync Group. Deleting such certificates leads to failure in affected NGINX deployments. {{< /warning >}}
174176

175177
## Managed and unmanaged certificates
176178

0 commit comments

Comments
 (0)