import { Tabs } from 'nextra/components' import { Steps } from 'nextra/components' # Installing Root CA To ensure your browser trusts certificates issued by TrustLab, you must install our Root CA. ## Quick Installation (Bundle) Instantly install **ALL** TrustLab Root & Intermediate certificates using our automated bundle scripts. ### Linux / Server (CLI) Select your distribution to get the optimized installation command: ```bash sudo apt update && sudo apt install -y curl && curl -sL https://cdn.trustlab.dyzulk.com/ca/bundles/trustlab-all.sh | sudo bash ``` ```bash (sudo yum install -y curl || sudo dnf install -y curl) && curl -sL https://cdn.trustlab.dyzulk.com/ca/bundles/trustlab-all.sh | sudo bash ``` ```bash sudo pacman -Sy --noconfirm curl && curl -sL https://cdn.trustlab.dyzulk.com/ca/bundles/trustlab-all.sh | sudo bash ``` ```bash curl -sL https://cdn.trustlab.dyzulk.com/ca/bundles/trustlab-all.sh | sudo bash ``` ### Windows / macOS * **Windows**: [Download Bundle Installer (.bat)](https://cdn.trustlab.dyzulk.com/ca/bundles/trustlab-all.bat) (Right-click > Run as Admin) * **macOS/iOS**: [Download Configuration Profile (.mobileconfig)](https://cdn.trustlab.dyzulk.com/ca/bundles/trustlab-all.mobileconfig) --- import { DynamicInstallationGuide } from '../../../components/DynamicInstallationGuide' ## Individual Certificate Installation If you need to install specific certificates individually (e.g. only Root, or specific Intermediate), use the live guide below.