Skip to content

Commit 627d89b

Browse files
committed
fix: typo
1 parent 03f6e44 commit 627d89b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/how-to/kubo-tls.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: TLS and HTTP Auth for Kubo
3-
description: Learn how to set up TLS and basic HTTP auth for Kubo with Caddy reverse proxy for secure API access over public networks.
3+
description: Learn how to set up TLS for Kubo with Caddy reverse proxy for secure API access over public networks.
44
---
55

66
# Setting up TLS and basic HTTP auth for Kubo with Caddy reverse proxy
@@ -45,7 +45,7 @@ First, you'll need to configure Kubo to work with the reverse proxy. Edit your K
4545
This configuration:
4646

4747
- Sets CORS headers to allow requests from `YOUR_DOMAIN`. Kubo will match the `host` header in the request with the `Access-Control-Allow-Origin` from the configuration, so you need to ensure the origin is correct.
48-
- Restricts API access to the Kubo RPC API, allowing access to the `/api/v0` endpoints with basic http authentication.
48+
- Restricts API access to the Kubo RPC API, allowing access to the `/api/v0` endpoints with basic HTTP authentication.
4949

5050
> **Note:** You should set the `AuthSecret` to a stronger username and password combination.
5151

0 commit comments

Comments
 (0)