Gentoo Archives: gentoo-user

From: thelma@×××××××××××.com
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] openVPN
Date: Tue, 07 Feb 2017 05:37:37
Message-Id: 58995D17.8050304@sys-concept.com
In Reply to: Re: [gentoo-user] openVPN by Michael Orlitzky
1 On 02/06/2017 08:23 PM, Michael Orlitzky wrote:
2 > On 02/06/2017 09:53 PM, thelma@×××××××××××.com wrote:
3 >> I'm trying to configure "openvpn" on my new box (have done it in the
4 >> past - long time ago).
5 >>
6 >> Trying to follow some basic instruction but when I change to:
7 >> cd /usr/share/easy-rsa/
8 >>
9 >> and try to run: ./build-ca
10 >> bash: ./build-ca: No such file or directory
11 >>
12 >
13 > You want: ./easy-rsa build-ca
14 >
15 > It's all in one script one.
16
17 It seems to me they have change a lot. I was following instructions from:
18 https://wiki.gentoo.org/wiki/Create_a_Public_Key_Infrastructure_Using_the_easy-rsa_Scripts
19
20 and these two went OK:
21 ./easyrsa gen-req clinic_8amd nopass
22 ./easyrsa gen-dh
23
24 but I'm getting an error below:
25
26 ./easyrsa build-client-full syscon_home nopass
27 NOTE: If you run ./clean-all, I will be doing a rm -rf on /usr/share/easy-rsa/keys
28
29 Note: using Easy-RSA configuration from: ./vars
30
31 Easy-RSA error:
32
33 Missing expected CA file: serial (perhaps you need to run build-ca?)
34 Run without commands for usage and command help.
35
36 --
37 Thelma

Replies

Subject Author
Re: [gentoo-user] openVPN thelma@×××××××××××.com
[gentoo-user] Re: openVPN Ian Zimmerman <itz@×××××××.net>