mirror of
https://github.com/dyzulk/trustlab-docs.git
synced 2026-01-26 13:32:08 +07:00
style: replace emoji with lucide icon
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
import { Callout, Steps } from 'nextra/components'
|
import { Callout, Steps } from 'nextra/components'
|
||||||
import { Terminal, Code, Server } from 'lucide-react'
|
import { Terminal, Code, Server, Download } from 'lucide-react'
|
||||||
|
|
||||||
# CLI & Language Issues
|
# CLI & Language Issues
|
||||||
|
|
||||||
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.
|
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="⬇️">
|
<Callout type="info" emoji={<Download className="w-5 h-5" />}>
|
||||||
**Prerequisite:**
|
**Prerequisite:**
|
||||||
You must have the **`trustlab-root.crt`** file downloaded on your machine first.
|
You must have the **`trustlab-root.crt`** file downloaded on your machine first.
|
||||||
[Download it here](/guide/getting-started/install-root-ca).
|
[Download it here](/guide/getting-started/install-root-ca).
|
||||||
|
|||||||
Reference in New Issue
Block a user