Fix sample configuration to show keys in PEM format and correct tapdevice.

This commit is contained in:
Guus Sliepen 2001-05-25 18:57:37 +00:00
parent e12d41f39d
commit 8d307c2fbf
7 changed files with 11 additions and 160 deletions

View file

@ -9,5 +9,7 @@ Port = 655
# Subnet on the virtual private network that is local for this host.
Subnet = 192.168.1.0/24
# The file in which the public key for this host is stored. Required.
PublicKeyFile = /etc/tinc/example/hosts/alpha.key
# The public key generated by `tincd -n example -K' is stored here
-----BEGIN RSA PUBLIC KEY-----
...
-----END RSA PUBLIC KEY-----