X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=doc%2Ftinc.conf.5.in;h=a44f27cc056e0e8258a5970c0646ddd09fb4a71b;hb=bbeab00f46a6c856573fe0d2b9b85bce35728403;hp=ce690308c05bec244d655b30e624ae47312a2a6a;hpb=d1cd3c81455ecb32149cbaa424b7870075b2b2fc;p=tinc diff --git a/doc/tinc.conf.5.in b/doc/tinc.conf.5.in index ce690308..a44f27cc 100644 --- a/doc/tinc.conf.5.in +++ b/doc/tinc.conf.5.in @@ -212,6 +212,21 @@ but which would have to be forwarded by an intermediate node, are dropped instea When combined with the IndirectData option, packets for nodes for which we do not have a meta connection with are also dropped. +.It Va ECDSAPrivateKeyFile Li = Ar filename Po Pa @sysconfdir@/tinc/ Ns Ar NETNAME Ns Pa /ecdsa_key.priv Pc +The file in which the private ECDSA key of this tinc daemon resides. +This is only used if +.Va ExperimentalProtocol +is enabled. + +.It Va ExperimentalProtocol Li = yes | no Po no Pc Bq experimental +When this option is enabled, experimental protocol enhancements will be used. +Ephemeral ECDH will be used for key exchanges, +and ECDSA will be used instead of RSA for authentication. +When enabled, an ECDSA key must have been generated before with +.Nm tincctl generate-ecdsa-keys . +The experimental protocol may change at any time, +and there is no guarantee that tinc will run stable when it is used. + .It Va Forwarding Li = off | internal | kernel Po internal Pc Bq experimental This option selects the way indirect packets are forwarded. .Bl -tag -width indent