mirror of
https://github.com/dyzulk/trustlab-docs.git
synced 2026-01-26 05:25:38 +07:00
docs: apply frontmatter (id, title, description) to all documentation pages
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
---
|
||||
id: download-install
|
||||
title: Download & Formats (PEM, PFX, JKS)
|
||||
description: Once your certificate is issued, you can download it in various formats suitable for different servers and applications.
|
||||
---
|
||||
|
||||
# Download & Formats (PEM, PFX, JKS)
|
||||
|
||||
Once your certificate is issued, you can download it in various formats suitable for different servers and applications.
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
id: renewal
|
||||
title: Renewal Process
|
||||
description: Certificates expire to ensure security rotation. TrustLab simplifies the renewal process so you don't experience downtime.
|
||||
---
|
||||
|
||||
# Renewal Process
|
||||
|
||||
Certificates expire to ensure security rotation. TrustLab simplifies the renewal process so you don't experience downtime.
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
id: request-new
|
||||
title: Requesting a New Certificate
|
||||
description: TrustLab provides a streamlined wizard to generate private SSL/TLS certificates for your internal infrastructure.
|
||||
---
|
||||
|
||||
import { Steps, Callout, Cards, Card } from 'nextra/components'
|
||||
import { FileBadge, ShieldCheck, Globe, Code, Save, AlertTriangle } from 'lucide-react'
|
||||
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
id: revocation
|
||||
title: Revocation (Cabut Sertifikat)
|
||||
description: Revocation invalidates a certificate before its expiration date. This is critical if a Private Key is compromised.
|
||||
---
|
||||
|
||||
# Revocation (Cabut Sertifikat)
|
||||
|
||||
Revocation invalidates a certificate before its expiration date. This is critical if a Private Key is compromised.
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
id: view-details
|
||||
title: Viewing Certificate Details
|
||||
description: After generating a certificate, you can view its full metadata, download the files, or retrieve the Private Key at any time.
|
||||
---
|
||||
|
||||
import { Callout } from 'nextra/components'
|
||||
import { ShieldAlert } from 'lucide-react'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user