ooni / minivpn

A minimalistic OpenVPN implementation in Go
GNU General Public License v3.0
38 stars 6 forks source link

Allow to parse inline certificates #20

Closed ainghazal closed 2 years ago

ainghazal commented 2 years ago

For convenience, we want to add a minimal form of support for the "inline file support" that openvpn accepts for the configuration format.

ca, cert and key are the minimal subset that we need to support inline right now. this makes much more convenient to generate a single config file assembled from other parts (i.e, a template filled with options from a oonirun descriptor).