Fix sample configuration to show keys in PEM format and correct tapdevice.
This commit is contained in:
parent
e12d41f39d
commit
8d307c2fbf
7 changed files with 11 additions and 160 deletions
|
@ -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-----
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue