You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/nginx-one/how-to/certificates/manage-certificates.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -59,10 +59,12 @@ Before you add and manage certificates with the NGINX One Console make sure:
59
59
60
60
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:
61
61
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
64
66
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).
66
68
67
69
Make sure your certificates, keys, and pem files are encrypted to one of the following standards:
68
70
@@ -75,7 +77,7 @@ For exmaple, if you use ECDSA private keys in PEM format, the PEM headers should
75
77
76
78
```
77
79
-----BEGIN EC PRIVATE KEY-----
78
-
<...base64-encoded key>
80
+
<BASE64 ENCODED KEY>
79
81
-----END EC PRIVATE KEY-----
80
82
81
83
```
@@ -170,7 +172,7 @@ To delete a certificate, find the name in the **Certificates** screen. Find the
170
172
171
173
If that certificate is managed and is part of a Config Sync Group, that change affects all instances in that group.
172
174
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 >}}
0 commit comments