... | ... | @@ -36,10 +36,10 @@ The decentral component is designed to be usable without any configuration when |
|
|
|
|
|
TLS should always be used when the application is run on a computer different from the one of the sole user. These scenarios are supported, in rough order of complexity:
|
|
|
|
|
|
T0) no tls encryption
|
|
|
T1) using a self-signed certificate,
|
|
|
T2) using a Let's Encrypt automatically provisioned certificate, and
|
|
|
T3) using a user-supplied certificate.
|
|
|
- T0) no tls encryption
|
|
|
- T1) using a self-signed certificate,
|
|
|
- T2) using a Let's Encrypt automatically provisioned certificate, and
|
|
|
- T3) using a user-supplied certificate.
|
|
|
|
|
|
Scenario 0 is the default and requires no configuration. It should only be used in a single-user scenario.
|
|
|
|
... | ... | |