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,8 +57,8 @@ 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>
|
<Steps>
|
||||||
### Download the Certificate
|
### Download the Certificate
|
||||||
Download the **[Root CA (.crt)](https://cdn.trustlab.dyzulk.com/ca/dydev-its-true.crt)** file.
|
Download the **[Root CA (.crt)](https://cdn.trustlab.dyzulk.com/ca/dydev-its-true.crt)** file.
|
||||||
@@ -76,9 +76,8 @@ Select **Trusted Root Certification Authorities**.
|
|||||||
### Finish
|
### Finish
|
||||||
Click Next and Finish. The certificate is now installed system-wide.
|
Click Next and Finish. The certificate is now installed system-wide.
|
||||||
</Steps>
|
</Steps>
|
||||||
|
</Tabs.Tab>
|
||||||
### macOS
|
<Tabs.Tab>
|
||||||
|
|
||||||
<Steps>
|
<Steps>
|
||||||
### Download
|
### Download
|
||||||
Download the **[Root CA (.crt)](https://cdn.trustlab.dyzulk.com/ca/dydev-its-true.crt)** file.
|
Download the **[Root CA (.crt)](https://cdn.trustlab.dyzulk.com/ca/dydev-its-true.crt)** file.
|
||||||
@@ -92,9 +91,8 @@ Double-click the "DyDev Its True" (Root CA) in the list.
|
|||||||
Expand the **Trust** section.
|
Expand the **Trust** section.
|
||||||
Change "When using this certificate" to **Always Trust**.
|
Change "When using this certificate" to **Always Trust**.
|
||||||
</Steps>
|
</Steps>
|
||||||
|
</Tabs.Tab>
|
||||||
### Android
|
<Tabs.Tab>
|
||||||
|
|
||||||
<Steps>
|
<Steps>
|
||||||
### Download
|
### 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)**.
|
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)**.
|
||||||
@@ -106,4 +104,6 @@ Tap **Install a certificate** > **CA Certificate**.
|
|||||||
### Select File
|
### Select File
|
||||||
Select "Install anyway" if prompted, then choose the downloaded file.
|
Select "Install anyway" if prompted, then choose the downloaded file.
|
||||||
</Steps>
|
</Steps>
|
||||||
|
</Tabs.Tab>
|
||||||
|
</Tabs>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user