feat: update readme

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

View File

@ -12,14 +12,14 @@
## Setup ## Setup
### 1. Clone this repository and navigate into the directory. 1. Clone this repository and navigate into the directory.
### 2. Start the services: 2. Start the services:
```bash ```bash
docker compose up -d docker compose up -d
``` ```
### 3. Trust the Step-CA root certificate: 3. Trust the Step-CA root certificate:
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.