"tincctl init" creates initial directory structure, tinc.conf and keypairs.

This commit is contained in:
Guus Sliepen 2012-07-15 14:49:36 +02:00
parent 268c8545aa
commit a444ec3964
3 changed files with 87 additions and 0 deletions

View file

@ -2040,6 +2040,10 @@ the value of this environment variable is used.
@c from the manpage
@table @code
@item init [@var{name}]
Create initial configuration files and RSA and ECDSA keypairs with default length.
If no @var{name} for this node is given, it will be asked for.
@item start
Start @samp{tincd}.

View file

@ -47,6 +47,11 @@ option, the value of this environment variable is used.
.Sh COMMANDS
.zZ
.Bl -tag -width indent
.It init Op Ar name
Create initial configuration files and RSA and ECDSA keypairs with default length.
If no
.Ar name
for this node is given, it will be asked for.
.It start
Start
.Xr tincd 8 .