From d7ab49c83655374851b9196bb27e5ced5611b67d Mon Sep 17 00:00:00 2001 From: aewens Date: Sun, 17 Feb 2019 23:07:33 +0100 Subject: [PATCH] Added further specifications on configurations --- draft-tilde-center.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/draft-tilde-center.md b/draft-tilde-center.md index 49afdf7..f78d8da 100644 --- a/draft-tilde-center.md +++ b/draft-tilde-center.md @@ -595,4 +595,15 @@ network's security. ### Configuration Considerations {#config} Outside of the configurations already mentioned prior in this document, there -are no other required configurations to consider for the Tilde Center project. +are no other required configurations to consider for the Tilde Center project. + +The configurations that a peer server needs to be a part of the TCN is a +Kademlia DHT of the peer nodes along with the UUID, GPG public key, and domain +name / IP address of the peers it communicates directly with. The configurations +needed to send valid GPG+ messages through the dispatcher are a pair of GPG +keys. For facilitate the user accounts in LDAP it needs to be configured to use +TLS for the LDAPS protocol and have the ppolicy enabled to lock accounts to +prevent internal brute force attacks. Lastly, to properly handle the messages +coming from the dispatcher the SQL database on the system should contain the +specified tables and fields within those tables so that the federated data ends +up in the correct place.