diff --git a/README.md b/README.md index 5cfe316..b9b6078 100644 --- a/README.md +++ b/README.md @@ -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 ```