Skip to content

Commit 3370781

Browse files
committed
add link to guide from rpc docs
1 parent 1097548 commit 3370781

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/http-api-docs/markdown.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ The RPC API provides admin-level access to your Kubo IPFS node, including `+"`/a
8282
8383
It is bound to `+"`localhost`"+` by default on purpose. You should never expose it to the public internet, just like you would never expose a SQL database or other backend service.
8484
85+
To expose the RPC API to the public internet with TLS encryption and HTTP authentication, check out the [TLS and HTTP Auth for Kubo with Caddy](../../how-to/kubo-tls-auth.md) guide.
86+
8587
If you are looking for an interface designed for browsers and public internet, consider implementation-agnostic [HTTP Gateway](../../reference/http/gateway.md) instead.
8688
:::
8789

0 commit comments

Comments
 (0)