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

OpenVPN



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: