feat: update readme
This commit is contained in:
parent
0db871b63f
commit
3f6b504dfc
@ -24,17 +24,17 @@ docker compose up -d
|
|||||||
Download the `roots.pem` from [https://localhost:9000/roots.pem](https://localhost:9000/roots.pem) and trust it on your system.
|
Download the `roots.pem` from [https://localhost:9000/roots.pem](https://localhost:9000/roots.pem) and trust it on your system.
|
||||||
This is necessary for the certificates to be trusted by your browser.
|
This is necessary for the certificates to be trusted by your browser.
|
||||||
|
|
||||||
#### Linux
|
- Linux
|
||||||
```bash
|
```bash
|
||||||
sudo trust anchor --store roots.pem
|
sudo trust anchor --store roots.pem
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Windows
|
- Windows
|
||||||
```powershell
|
```powershell
|
||||||
Import-Certificate -FilePath "roots.pem" -CertStoreLocation "Cert:\LocalMachine\Root"
|
Import-Certificate -FilePath "roots.pem" -CertStoreLocation "Cert:\LocalMachine\Root"
|
||||||
```
|
```
|
||||||
|
|
||||||
#### macOS
|
- macOS
|
||||||
```bash
|
```bash
|
||||||
sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain roots.pem
|
sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain roots.pem
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user