aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ideas.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/ideas.md b/ideas.md
index 4408857..ad45b25 100644
--- a/ideas.md
+++ b/ideas.md
@@ -60,6 +60,14 @@
- WebSocket monitoring
- GraphQL endpoint monitoring
+### Gemini Protocol Enhancements
+- **TOFU (Trust On First Use)**: Implement certificate fingerprint tracking for Gemini monitors
+ - Store certificate fingerprint on first successful connection
+ - Alert if certificate changes (potential MITM or legitimate cert renewal)
+ - Option to accept new certificate and update stored fingerprint
+ - Common pattern in Gemini clients, reduces false positives from self-signed certs
+ - Particularly useful since self-signed certificates are the norm in Geminispace
+
## 4. Configuration & Management
### Config Enhancements