Skip to content

Commit f832350

Browse files
authored
fix: Reorganize docs on NGINX One Console certificates into a table (#66)
Reorg N1C certs to a table
1 parent e9f1d02 commit f832350

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

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

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -82,20 +82,17 @@ Follow these steps to review existing certificates for your instances.
8282

8383
On the left-hand pane, select **Certificates**. In the window that appears, you see:
8484

85-
- **Certificate Status**
86-
- Total number of certificates in one of these categories;
87-
- Managed by NGINX One Console
88-
- Detected on connected NGINX instances
89-
- Valid certificates that expire more than 30 days from now
90-
- Valid certificates that expire within the next 30 days
91-
- Expired certificates
92-
- Certificates that are not yet valid
93-
94-
- **Management Status**
95-
- Managed certificates are stored on NGINX One Console.
96-
- You can use NGINX One Console to deploy, administer, and update certificates remotely.
97-
- Unmanaged certificates are detected by NGINX One Console through the connected NGINX instance configuration.
98-
- If you choose to convert an unmanaged certificate to managed, you may need to upload the certificate and the key during the conversion.
85+
{{<bootstrap-table "table table-striped table-bordered">}}
86+
| Term | Definition |
87+
|-------------|-------------|
88+
| **Total** | Total number of certificates available to NGINX One Console |
89+
| **Valid (31+ days)** | Number of certificates that expire in 31 or more days |
90+
| **Expires Soon (<31 days)** | Number of certificates that expire in less than 31 days |
91+
| **Expired** | Number of exprired certificates |
92+
| **Not Ready** | Certificates with a start date in the future |
93+
| **Managed** | Managed by and stored in the NGINX One Console |
94+
| **Unmanaged** | Detected by, and not managed by NGINX One Console. To convert to managed, you may need to upload the certificate and key during the process. |
95+
{{</bootstrap-table>}}
9996

10097
You can **Add Filter** to filter certificates by:
10198

0 commit comments

Comments
 (0)