Skip to content

Commit 1bd73ec

Browse files
committed
nit: include rpc in url slug
avoiding confusion between gateway and rpc
1 parent 3370781 commit 1bd73ec

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.github/styles/pln-ignore.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ boolean
2323
boxo
2424
browserify
2525
caddy
26+
Caddyfile
2627
callout
2728
callouts
2829
cas
@@ -115,6 +116,7 @@ keepalive
115116
keypair
116117
keystores
117118
kubo
119+
Kubo's
118120
kubuxu
119121
laika
120122
lan
@@ -214,6 +216,7 @@ Someguy
214216
subcommand
215217
substring
216218
sys
219+
systemd
217220
sztandera
218221
testground
219222
testnet

docs/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ module.exports = {
207207
'/how-to/command-line-quick-start',
208208
'/how-to/configure-node',
209209
'/how-to/modify-bootstrap-list',
210-
'/how-to/kubo-tls-auth',
210+
'/how-to/kubo-rpc-tls-auth',
211211
'/how-to/nat-configuration',
212212
'/how-to/ipfs-updater',
213213
[

docs/how-to/kubo-tls-auth.md renamed to docs/how-to/kubo-rpc-tls-auth.md

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

6-
# Setting up TLS and HTTP authentication for Kubo with Caddy reverse proxy
6+
# Setting up TLS and HTTP authentication for Kubo RPC with Caddy reverse proxy
77

88
This guide will help you set up two things:
99

1010
- **Transport Encryption:** Caddy as a reverse proxy with automatic TLS certificate management for your Kubo node using a domain you control.
11-
- **Authentication:** Basic HTTP authentication for the Kubo RPC API.
11+
- **Authentication:** Basic HTTP authentication for the [Kubo RPC API](../reference/kubo/rpc.md).
1212

1313
This is highly recommended if you run your own Kubo node and want to use the Kubo RPC API over public networks, for example, to pin CIDs from CI, or other services. Since the Kubo RPC API is exposed over plain HTTP, TLS is used to ensure the connection to the API is encrypted.
1414

0 commit comments

Comments
 (0)