Add README with CA install guides, add /ca.crt download endpoint

- Detailed CA import instructions for Chrome, Firefox, Android,
  iOS/iPadOS, macOS, Windows, Linux
- /ca.crt endpoint for easy browser download (no auth required)
- Download button in WebUI header

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Stefan Hacker
2026-04-09 15:51:39 +02:00
parent cf97de7e63
commit 5a8770e973
3 changed files with 255 additions and 2 deletions
+4 -1
View File
@@ -197,7 +197,10 @@
<body>
<div class="header">
<h1>HTTPS Reverse Proxy</h1>
<span class="badge">Self-Signed SSL - 100 Jahre</span>
<div style="display:flex;align-items:center;gap:15px;">
<a href="/ca.crt" class="btn btn-sm btn-primary" style="text-decoration:none;">CA-Zertifikat herunterladen</a>
<span class="badge">Self-Signed SSL - 100 Jahre</span>
</div>
</div>
<div class="container">