- Organized 252 files across project - Root directory: 187 → 2 files (98.9% reduction) - Moved configuration guides to docs/04-configuration/ - Moved troubleshooting guides to docs/09-troubleshooting/ - Moved quick start guides to docs/01-getting-started/ - Moved reports to reports/ directory - Archived temporary files - Generated comprehensive reports and documentation - Created maintenance scripts and guides All files organized according to established standards.
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.
|