From 097dfb6da9feae0c9d6d34200c0601ca31ed4c67 Mon Sep 17 00:00:00 2001 From: dyzulk <66510723+dyzulk@users.noreply.github.com> Date: Thu, 8 Jan 2026 19:24:01 +0700 Subject: [PATCH] doc: remove policies and code signing --- pages/_meta.json | 4 ---- pages/guide/integrations/_meta.json | 3 +-- pages/guide/integrations/code-signing.mdx | 23 ----------------------- pages/policies/index.mdx | 6 ------ 4 files changed, 1 insertion(+), 35 deletions(-) delete mode 100644 pages/guide/integrations/code-signing.mdx delete mode 100644 pages/policies/index.mdx diff --git a/pages/_meta.json b/pages/_meta.json index fce063d..f2e6ac3 100644 --- a/pages/_meta.json +++ b/pages/_meta.json @@ -10,9 +10,5 @@ "knowledge": { "title": "Knowledge Base", "type": "page" - }, - "policies": { - "title": "Policies", - "type": "page" } } \ No newline at end of file diff --git a/pages/guide/integrations/_meta.json b/pages/guide/integrations/_meta.json index 593f88e..a3d9831 100644 --- a/pages/guide/integrations/_meta.json +++ b/pages/guide/integrations/_meta.json @@ -1,5 +1,4 @@ { "smime": "S/MIME for Email", - "web-servers": "Web Servers (Nginx/IIS)", - "code-signing": "Code Signing" + "web-servers": "Web Servers (Nginx/IIS)" } \ No newline at end of file diff --git a/pages/guide/integrations/code-signing.mdx b/pages/guide/integrations/code-signing.mdx deleted file mode 100644 index 6a7fe2d..0000000 --- a/pages/guide/integrations/code-signing.mdx +++ /dev/null @@ -1,23 +0,0 @@ -# Code Signing - -Code signing ensures that scripts and executables have not been tampered with and originate from a trusted source (Internal Developer). - -## Supported Formats -- **Microsoft Authenticode** (Executables, PowerShell scripts) -- **Java Archive** (JAR files) - -## Signing with SignTool (Windows) - -1. **Install SignTool**: Included in the Windows SDK. -2. **Download PFX**: Get your Code Signing certificate in `.pfx` format. -3. **Run Command**: - -```powershell -signtool sign /f "MyCert.pfx" /p "password" /tr http://timestamp.digicert.com /td sha256 /fd sha256 .\MyApp.exe -``` - -- `/tr`: Timestamp Server (Recommended so the signature is valid even after cert expiry). -- `/fd`: File Digest algorithm (Use SHA256). - -## Verifying Signature -Right-click the `.exe` file -> **Properties** -> **Digital Signatures** tab. You should see "TrustLab Internal CA" in the certificate path. diff --git a/pages/policies/index.mdx b/pages/policies/index.mdx deleted file mode 100644 index 245b05e..0000000 --- a/pages/policies/index.mdx +++ /dev/null @@ -1,6 +0,0 @@ -# Policies - -Official documents governing the operations and usage of TrustLab PKI. - -- [Certificate Policy (CP)](/policies/cp) -- [Certification Practice Statement (CPS)](/policies/cps)