feat: update readme

This commit is contained in:
max_richter 2025-05-13 11:18:15 +02:00
parent 0db871b63f
commit 3f6b504dfc
Signed by: max
GPG Key ID: 51973802EF3F77C5

View File

@ -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.
This is necessary for the certificates to be trusted by your browser.
#### Linux
- Linux
```bash
sudo trust anchor --store roots.pem
```
#### Windows
- Windows
```powershell
Import-Certificate -FilePath "roots.pem" -CertStoreLocation "Cert:\LocalMachine\Root"
```
#### macOS
- macOS
```bash
sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain roots.pem
```