21 lines
605 B
Markdown
21 lines
605 B
Markdown
|
|
# Quick Fix for Credentials Issue
|
||
|
|
|
||
|
|
## The Error You Saw
|
||
|
|
|
||
|
|
```
|
||
|
|
Error locating origin cert: client didn't specify origincert path
|
||
|
|
```
|
||
|
|
|
||
|
|
This happens because `cloudflared tunnel token` is not a valid command for existing tunnels.
|
||
|
|
|
||
|
|
## The Solution
|
||
|
|
|
||
|
|
**Download credentials from Cloudflare Dashboard** (not tokens):
|
||
|
|
|
||
|
|
1. Go to: https://one.dash.cloudflare.com/ → Zero Trust → Networks → Tunnels
|
||
|
|
2. Click each tunnel → Configure → Download credentials file
|
||
|
|
3. Run: `./scripts/generate-credentials.sh`
|
||
|
|
4. Start services: `systemctl start cloudflared-*`
|
||
|
|
|
||
|
|
See `GET_CREDENTIALS.md` for detailed instructions.
|