From b7a20e936ca27f470a38f5412c35adacb8cbf484 Mon Sep 17 00:00:00 2001 From: Bastian Gruber Date: Tue, 22 Jul 2025 17:46:27 +0200 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea655e8..b5e5bc4 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ export ALLOWED_TARGET_ORIGINS=httpbin.org ### Key Configuration -- `GET /ohttp-keys` - Retrieve current key configuration +- `GET /ohttp-configs` - Retrieve current key configuration - Returns `application/ohttp-keys` content type - Used by clients to obtain encryption keys @@ -124,7 +124,7 @@ Clients need the key configuration to encrypt requests: ```bash # Fetch key configuration -curl -H "Accept: application/ohttp-keys" https://gateway:8080/ohttp-keys +curl -H "Accept: application/ohttp-keys" https://gateway:8080/ohttp-configs # Send OHTTP request (encrypted) curl -X POST \