mirror of
https://github.com/dyzulk/trustlab-docs.git
synced 2026-01-26 13:32:08 +07:00
docs: use Tabs for manual guide and restore H3 steps
This commit is contained in:
@@ -57,53 +57,53 @@ import { Steps } from 'nextra/components'
|
|||||||
|
|
||||||
If you prefer to install certificates manually, follow these steps for your operating system.
|
If you prefer to install certificates manually, follow these steps for your operating system.
|
||||||
|
|
||||||
### Windows
|
<Tabs items={['Windows', 'macOS', 'Android']}>
|
||||||
|
<Tabs.Tab>
|
||||||
|
<Steps>
|
||||||
|
### Download the Certificate
|
||||||
|
Download the **[Root CA (.crt)](https://cdn.trustlab.dyzulk.com/ca/dydev-its-true.crt)** file.
|
||||||
|
|
||||||
<Steps>
|
### Open Certificate
|
||||||
### Download the Certificate
|
Double-click the downloaded `dydev-its-true.crt` file. Click **"Install Certificate"**.
|
||||||
Download the **[Root CA (.crt)](https://cdn.trustlab.dyzulk.com/ca/dydev-its-true.crt)** file.
|
|
||||||
|
|
||||||
### Open Certificate
|
### Select Store Location
|
||||||
Double-click the downloaded `dydev-its-true.crt` file. Click **"Install Certificate"**.
|
Select **"Local Machine"** (Requires Admin rights) and click Next.
|
||||||
|
|
||||||
### Select Store Location
|
### Browse Certificate Store
|
||||||
Select **"Local Machine"** (Requires Admin rights) and click Next.
|
Choose **"Place all certificates in the following store"** and click **Browse**.
|
||||||
|
Select **Trusted Root Certification Authorities**.
|
||||||
|
|
||||||
### Browse Certificate Store
|
### Finish
|
||||||
Choose **"Place all certificates in the following store"** and click **Browse**.
|
Click Next and Finish. The certificate is now installed system-wide.
|
||||||
Select **Trusted Root Certification Authorities**.
|
</Steps>
|
||||||
|
</Tabs.Tab>
|
||||||
|
<Tabs.Tab>
|
||||||
|
<Steps>
|
||||||
|
### Download
|
||||||
|
Download the **[Root CA (.crt)](https://cdn.trustlab.dyzulk.com/ca/dydev-its-true.crt)** file.
|
||||||
|
|
||||||
### Finish
|
### Add to Keychain
|
||||||
Click Next and Finish. The certificate is now installed system-wide.
|
Double-click the file to open **Keychain Access**.
|
||||||
</Steps>
|
Select the **System** keychain.
|
||||||
|
|
||||||
### macOS
|
### Trust the Certificate
|
||||||
|
Double-click the "DyDev Its True" (Root CA) in the list.
|
||||||
|
Expand the **Trust** section.
|
||||||
|
Change "When using this certificate" to **Always Trust**.
|
||||||
|
</Steps>
|
||||||
|
</Tabs.Tab>
|
||||||
|
<Tabs.Tab>
|
||||||
|
<Steps>
|
||||||
|
### Download
|
||||||
|
Download the **[Root CA (.crt)](https://cdn.trustlab.dyzulk.com/ca/dydev-its-true.crt)** or **[DER Format](https://cdn.trustlab.dyzulk.com/ca/dydev-its-true.der)**.
|
||||||
|
|
||||||
<Steps>
|
### Install via Settings
|
||||||
### Download
|
Go to **Settings** > **Security** > **Encryption & Credentials**.
|
||||||
Download the **[Root CA (.crt)](https://cdn.trustlab.dyzulk.com/ca/dydev-its-true.crt)** file.
|
Tap **Install a certificate** > **CA Certificate**.
|
||||||
|
|
||||||
### Add to Keychain
|
### Select File
|
||||||
Double-click the file to open **Keychain Access**.
|
Select "Install anyway" if prompted, then choose the downloaded file.
|
||||||
Select the **System** keychain.
|
</Steps>
|
||||||
|
</Tabs.Tab>
|
||||||
### Trust the Certificate
|
</Tabs>
|
||||||
Double-click the "DyDev Its True" (Root CA) in the list.
|
|
||||||
Expand the **Trust** section.
|
|
||||||
Change "When using this certificate" to **Always Trust**.
|
|
||||||
</Steps>
|
|
||||||
|
|
||||||
### Android
|
|
||||||
|
|
||||||
<Steps>
|
|
||||||
### Download
|
|
||||||
Download the **[Root CA (.crt)](https://cdn.trustlab.dyzulk.com/ca/dydev-its-true.crt)** or **[DER Format](https://cdn.trustlab.dyzulk.com/ca/dydev-its-true.der)**.
|
|
||||||
|
|
||||||
### Install via Settings
|
|
||||||
Go to **Settings** > **Security** > **Encryption & Credentials**.
|
|
||||||
Tap **Install a certificate** > **CA Certificate**.
|
|
||||||
|
|
||||||
### Select File
|
|
||||||
Select "Install anyway" if prompted, then choose the downloaded file.
|
|
||||||
</Steps>
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user