Fix multi-server TLS setup to support password authentication and improve error handling

This commit is contained in:
Kelin
2026-01-26 18:16:35 -05:00
parent e2d28b5208
commit 62454130db
2 changed files with 116 additions and 174 deletions

View File

@@ -190,7 +190,7 @@ This section provides a complete deployment plan for scenarios where the core in
## Prerequisites
- Both servers must be on the same network and able to communicate
- SSH access configured between servers (passwordless recommended for automation)
- SSH access configured between servers (key-based or password authentication supported)
- Domain configured with DuckDNS or similar
- The EZ-Homelab script handles most Docker TLS and certificate setup automatically
- Basic understanding of Docker concepts (optional - script guides you through setup)