docs: clarify local file requirement in developer troubleshooting

This commit is contained in:
dyzulk
2026-01-08 21:07:44 +07:00
parent a4a6ab74ff
commit b420bf35aa

View File

@@ -5,6 +5,12 @@ import { Terminal, Code, Server } from 'lucide-react'
Even if you installed the Root CA on your operating system, many developer tools and programming languages **ignore the system store** and use their own.
<Callout type="info" emoji="⬇️">
**Prerequisite:**
You must have the **`trustlab-root.crt`** file downloaded on your machine first.
[Download it here](/guide/getting-started/install-root-ca).
</Callout>
If your code or scripts are failing with certificate errors, check the solutions below.
## 1. cURL & Wget