четверг, 13 января 2011 г.

OpenVpn Русский tutorial

Хороший туториал на русском...

http://itadept.ru/freebsd/openvpn/

1 комментарий:

  1. Typical usage for initial PKI setup. Build myserver, client1, and client2 cert/keys.
    Protect client2 key with a password. Build DH parms. Generated files in ./keys :
    [edit vars with your site-specific info]
    source ./vars
    ./clean-all
    ./build-dh -> takes a long time, consider backgrounding
    ./pkitool --initca
    ./pkitool --server myserver
    ./pkitool client1
    ./pkitool --pass client2
    Typical usage for adding client cert to existing PKI:
    source ./vars
    ./pkitool client-new

    ОтветитьУдалить