Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs improvements #297

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update provider-setup.md
tudorpintea999 authored Jun 18, 2024
commit 9ff3dbd7d461b3903665f806c6f8954bb29238a0
2 changes: 1 addition & 1 deletion docs/provider/provider-setup.md
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ In this guide, we'll create a configuration file that includes multiple chains (
## Step 1: Setup TLS
As part of good security practice, Lava protocol communicates with end-to-end encryption between providers and consumers of RPC. This requires some additional configuration steps on a provider, namely, the setup of TLS certification with a certification authority.

❗❗ If you already use a **TLS Certificate signed by a Certifiying Authority**, you can continue onto step 2. Otherwise, you may want to check out our guide on [setting up TLS for Lava Providers](/provider-tls).
❗❗ If you already use a **TLS Certificate signed by a Certifying Authority**, you can continue onto step 2. Otherwise, you may want to check out our guide on [setting up TLS for Lava Providers](/provider-tls).

## Step 2: Run RPCProvider process