- 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.
605 B
605 B
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):
- Go to: https://one.dash.cloudflare.com/ → Zero Trust → Networks → Tunnels
- Click each tunnel → Configure → Download credentials file
- Run:
./scripts/generate-credentials.sh - Start services:
systemctl start cloudflared-*
See GET_CREDENTIALS.md for detailed instructions.