config

Ответить
admin
Администратор
Сообщения: 198
Зарегистрирован: 05 янв 2011, 04:19

config

Сообщение admin »

Execute the following command:

Код: Выделить всё

# . ./vars  # set environment variables


Generate key for each client:

Код: Выделить всё

./build-key clientname


Generate key with password (this protect the key and request the password every time that you connect to the server), for each client:

Код: Выделить всё

./build-key-pass clientname
Ответить