[docs/specification/secure-p2p] add a note about config

This commit is contained in:
Anton Kaliaev 2018-04-09 16:12:35 +02:00
parent c954fca376
commit 609452958c
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with 7 additions and 0 deletions

View File

@ -62,6 +62,13 @@ such as the Web-of-Trust or Certificate Authorities. In our case, we can
use the blockchain itself as a certificate authority to ensure that we
are connected to at least one validator.
Config
------
Authenticated encryption is enabled by default. If you wish to use another
authentication scheme or your peers are connected via VPN, you can turn it off
by setting ``auth_enc`` to ``false`` in the config file.
Additional Reading
------------------