Merhaba

Vars kopmple silip bolgesel ayarlar vs. yaptıgımda da ayninis yapıyor.
Sizde ornek bir vars dosyası var mı ?

Default vars dosyam. Nasil düzenlemem gerekiyor. ?

# cat vars
# easy-rsa parameter settings

# NOTE: If you installed from an RPM,
# don't edit this file in place in
# /usr/share/openvpn/easy-rsa --
# instead, you should copy the whole
# easy-rsa directory to another location
# (such as /etc/openvpn) so that your
# edits will not be wiped out by a future
# OpenVPN package upgrade.

# This variable should point to
# the top level of the easy-rsa
# tree.
export EASY_RSA="`pwd`"

#
# This variable should point to
# the requested executables
#
export OPENSSL="openssl"
export PKCS11TOOL="pkcs11-tool"
export GREP="grep"


# This variable should point to
# the openssl.cnf file included
# with easy-rsa.
export KEY_CONFIG=`$EASY_RSA/whichopensslcnf $EASY_RSA`

# Edit this variable to point to
# your soon-to-be-created key
# directory.
#
# WARNING: clean-all will do
# a rm -rf on this directory
# so make sure you define
# it correctly!
export KEY_DIR="$EASY_RSA/keys"

# Issue rm -rf warning
echo NOTE: If you run ./clean-all, I will be doing a rm -rf on $KEY_DIR

# PKCS11 fixes
export PKCS11_MODULE_PATH="dummy"
export PKCS11_PIN="dummy"

# Increase this to 2048 if you
# are paranoid.  This will slow
# down TLS negotiation performance
# as well as the one-time DH parms
# generation process.
export KEY_SIZE=1024

# In how many days should the root CA key expire?
export CA_EXPIRE=3650

# In how many days should certificates expire?
export KEY_EXPIRE=3650

# These are the default values for fields
# which will be placed in the certificate.
# Don't leave any of these fields blank.
export KEY_COUNTRY="US"
export KEY_PROVINCE="CA"
export KEY_CITY="SanFrancisco"
export KEY_ORG="Fort-Funston"
export KEY_EMAIL="[email protected]"
export [email protected]
export KEY_CN=changeme
export KEY_NAME=changeme
export KEY_OU=changeme
export PKCS11_MODULE_PATH=changeme
export PKCS11_PIN=1234

Tesekkürler.


2012/11/20 Gokan Atmaca <[email protected]>

>
>
> ---------- Forwarded message ----------
> From: <[email protected]>
> Date: 2012/11/20
> Subject: Linux Toplu Mesajı, Sayı 98, Konu 18
> To: [email protected]
>
>
> Linux listesi mesajlarını şu adrese gönderin:
>         [email protected]
>
> World Wide Web ile üye olmak veya üyelikten çıkmak için şu sayfayı
> ziyaret edin:
>         https://liste.linux.org.tr/mailman/listinfo/linux
> veya e-posta yoluyla konusunda veya gövdesinde 'help' yazan bir mesajı
> şu adrese gönderin:
>         [email protected]
>
> Bu listeyi yöneten kişiye şu adresten ulaşabilirsiniz:
>         [email protected]
>
> Yanıt yazarken, lütfen Konu satırını düzenleyerek şu tür bir şekilden
> daha belirli olmasını sağlayın: "Ynt: Linux toplu mesajının
> içeriği..."
>
>
>
> Günün Konuları:
>
>    1. Re: OPenvpn problem (Alper Kanat)
>    2.  Make komutundaki hata (Fatih Memiş)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 19 Nov 2012 12:48:15 +0200
> From: Alper Kanat <[email protected]>
> Subject: [Linux] Re: OPenvpn problem
> To: Linux <[email protected]>
> Message-ID:
>         <CAPMuxnQh4j+4fg3EuR3ybXky7aeyeLnOo=
> [email protected]>
> Content-Type: text/plain; charset="utf-8"
>
> Gökhan Bey Merhaba,
>
> Hata mesajı çok açık aslında? vars dosyasının en altında yer alan kısmı
> düzenlemenizi ve source ./vars komutunu vermenizi istiyor. Ondan sonra
> istediğiniz komutları yazdığınızda sorun olmayacaktır.
>
>
> ---
> Quis custodiet ipsos custodes?
>
>
> On Sun, Nov 18, 2012 at 8:09 PM, Gokan Atmaca <[email protected]>
> 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="[email protected]"
> >
> > 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.
> >
> > _______________________________________________
> > Linux E-Posta Listesi
> > [email protected]
> > Liste kurallari: http://liste.linux.org.tr/kurallar.php
> >
> > Bu Listede neden bulunduğunuzu bilmiyorsanız veya artık bu listeden gelen
> > e-postaları almak istemiyorsanız aşağıdaki bağlantı adresini kullanarak 1
> > dakika içinde üyeliğinizi sonlandırabilirsiniz.
> > https://liste.linux.org.tr/mailman/listinfo/linux
> >
> >
> -------------- sonraki b? --------------
> Bir HTML eklentisi temizlendi...
> URL:
> http://liste.linux.org.tr/pipermail/linux/attachments/20121119/068291a6/attachment-0001.html
>
> ------------------------------
>
> Message: 2
> Date: Tue, 20 Nov 2012 03:30:42 +0200
> From: Fatih Memiş <[email protected]>
> Subject: [Linux]  Make komutundaki hata
> To: [email protected]
> Message-ID: <1353375042.11158.2.camel@fatih-pc>
> Content-Type: text/plain; charset="UTF-8"
>
> Make komutunu verdiğimde yüklemeye çalıştığım driverlerın önerilmediği
> yazıyordu ve aldığım bir bilgiye göre (ubuntutr forumundan) ekran kartı
> driver ının xaa desteğinin güncellenmediğini bu yüzden bu hatayı
> aldığımı öğrenmiş oldum.
>
>
>
> ------------------------------
>
> _______________________________________________
> Linux mailing list
> [email protected]
> https://liste.linux.org.tr/mailman/listinfo/linux
> Liste kurallari: http://liste.linux.org.tr/kurallar.php
>
>
> Son: Linux Toplu Mesajı, Sayı 98, Konu 18
> *****************************************
>
>
>
> --
> Gokhan Atmaca | MCP | MCTS | Linux System Administrator |
> System&Network Specialist
>



-- 
Gokhan Atmaca | MCP | MCTS | Linux System Administrator |
System&Network Specialist
_______________________________________________
Linux E-Posta Listesi
[email protected]
Liste kurallari: http://liste.linux.org.tr/kurallar.php

Bu Listede neden bulunduğunuzu bilmiyorsanız veya artık bu listeden gelen 
e-postaları almak istemiyorsanız aşağıdaki bağlantı adresini kullanarak 1 
dakika içinde üyeliğinizi sonlandırabilirsiniz.
https://liste.linux.org.tr/mailman/listinfo/linux

Cevap