-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
We should document the "authentication" and "encryption" features in the docs. They should be located under the "Management" section.
Authentication
The authentication page should cover the following:
- How does the authentication work
- How to manage user accounts (creating, viewing, updating, and deleting)
Encryption
The encryption page should cover the following:
- How does the encryption work:
a. For external communication, ie., client-server
- using the development certificate
- using self-generated certificate
- using one generated by established providers such as letsencrypt.org
b. For internal communication, ie., between one server to another) - How to configure / generate the certificate for external communication
- How to configure / generate the certificate for internal communication