source /etc/openvpn/easy-rsa/vars
for OPENVPN_CLIENT in $OPENVPN_CLIENTS; do
export KEY_COMMONNAME="$OPENVPN_CLIENT.client.$OPENVPN_SERVER";
/etc/openvpn/easy-rsa/build-key $OPENVPN_CLIENT;
done
for doing that should i copy from source to done in terminal ?how should it be runned ?
Is that step needed for client ?
Regards dehqan
On Tue, 26 May 2009 23:29:02 +0430This is completely off topic for pptpclient-devel but I'd suggest a
a dehqan <dehqan65@gmail.com> wrote:
> In The Name Of God
>
> I'll be thankfull if you guide ,How to config openvpn in debian
> client ?
straightforward google search:
http://www.google.com/search?q=openvpn+client+debian+lenny
The first hit seems to cover what you're after even though it was
originally written for Etch:
http://howto.landure.fr/gnu-linux/debian-4-0-etch-en/install-and-setup-openvpn-on-debian-4-0-etch
Paul.