"tincctl init" creates initial directory structure, tinc.conf and keypairs.
This commit is contained in:
parent
268c8545aa
commit
a444ec3964
3 changed files with 87 additions and 0 deletions
|
@ -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}.
|
||||
|
||||
|
|
|
@ -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 .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue