Hi, > Dear Bernhard, > Thank you for sending a patch. > It was cleanly applied to openvpn/sid (2.5.1-1), and the test results were > > server-setup-with-ca FAIL non-zero exit status 1 > server-setup-with-static-key PASS > > Full test log is attached. > Best regards, Ryutaroh
Hrm, so it seems to happen here info "Setup the CA and the server keys" ./easyrsa init-pki ./easyrsa build-ca nopass 2>/dev/null ./easyrsa build-server-full server nopass 2>/dev/null ./easyrsa gen-dh 2>/dev/null info "Create the OpenVPN server config file" one of the easyrsa commands fails, and since we redirect stderr to /dev/null we are not seeing any error message. Could you drop the redirects and check the output? I will try to find some time myself, but I will be moving next week, so I might be away from the computer. Bernhard