[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: OpenVPN



http://openvpn.net/index.php/open-source/documentation/howto.html linkinde
anlatildigi uzere:

. ./vars
./clean-all
./build-ca

komutlari ile root ca sertifikanizi olusturabilirsiniz. Ardindan sunucu
sertifikanizi:

./build-key-server server

ve istemci sertifikalarini:

./build-key client1
./build-key client2
./build-key client3

scriptleri yardimiyla olusturabilirsiniz.


On Tue, Nov 20, 2012 at 20:09:50 +0200, Gokan Atmaca wrote:
> Merhaba
> 
> Openvpn icin rootca ve client tls sertifika yapmak isterken asagidaki gibi
> hata aliyorum.
> 
> Please edit the vars script to reflect your configuration,
>   then source it with "source ./vars".
>   Next, to start with a fresh PKI configuration and to delete any
>   previous certificates and keys, run "./clean-all".
>   Finally, you can run this tool (pkitool) to build certificates/keys.
> 
> 
> Yaptıklarım ;
> apt-get install openvpn openssl
> cp -r /usr/share/doc/openvpn/
> examples/easy-rsa/2.0/* /etc/openvpn/
> cd /etc/openvpn
> nano vars
> export KEY_COUNTRY="TR"
> export KEY_PROVINCE="CA"
> export KEY_CITY="Ankara"
> export KEY_ORG="OpenVPN"
> export KEY_EMAIL="linux.gokan@gmail.com"
> 
> source ./vars
> ./build-dh
> ./pkitool --initca
> 
> Please edit the vars script to reflect your configuration,
>   then source it with "source ./vars".
>   Next, to start with a fresh PKI configuration and to delete any
>   previous certificates and keys, run "./clean-all".
>   Finally, you can run this tool (pkitool) to build certificates/keys.
> 
> Burada bir hata aliyorum.
> 
> 
> Tesekkürler.


Reply to: