yggdrasil-network / yggdrasil-go

An experiment in scalable routing as an encrypted IPv6 overlay network

Home Page:https://yggdrasil-network.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[RFE] Read peer password from file

pfactum opened this issue · comments

Hello.

Separating configuration and credentials is always appreciated. Given there's PrivateKeyPath now, similarly, it should be possible to read peer password from a file. For instance:

"tls://1.2.3.4:1234?password_file=/etc/credstore/yggdrasil/peer1.password"

Please consider.

Thanks.