Page 1 of 1

OpenVPN config

Posted: Fri Aug 23, 2019 11:48 pm
by Chris663
I've recently updated to the most recent Softether Server installation on my Ubuntu 18.04 server. I am trying to create a OpenVPN config through the application on my windows computer and ever since I updated I get this error when I try to use the auto generated config on openvpn: Options error: You must define CA file (--ca) or CA path (--capath). I have never had this problem in older versions so I am confused, please help.

Re: OpenVPN config

Posted: Tue Aug 27, 2019 9:49 am
by Mcicool
I made this work with following additions to generated config:
So basicly you connect to Sofether-OPenvpn server using User/pass auth method but also specifying certs...

auth-user-pass


<ca>
-----BEGIN CERTIFICATE-----

YOU ROOT CA CERT CONTENTS

-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----

YOUR CLIENT CERT CONTENTS

-----END CERTIFICATE-----
</cert>

<key>
-----BEGIN RSA PRIVATE KEY-----

YOUR CLIENT PRIVATE KEY CONTENTS

-----END RSA PRIVATE KEY-----
</key>

Re: OpenVPN config

Posted: Wed Aug 28, 2019 1:23 am
by Chris663
I don't know how to make the certificates that's the main problem

Re: OpenVPN config

Posted: Mon Sep 02, 2019 11:58 am
by Mcicool
The easiest way to manage selfsigned certs (if you are a Windows user) - use xCA programm.

Re: OpenVPN config

Posted: Mon Oct 14, 2019 10:33 pm
by klsop
How would you add the generated ROOT CA and server certificates to the OpenVPN installation of SoftEther?

Re: OpenVPN config

Posted: Wed Oct 16, 2019 3:10 pm
by lucaswallace
Try using xCA programm.