riboseinc / riffol

Initialization system in Rust
26 stars 4 forks source link

OpenVPN example #19

Closed drystone closed 6 years ago

drystone commented 6 years ago

Simple OpenVPN example using Nereond and static configuration. Fixes #10

drystone commented 6 years ago

@ronaldtse, @erikbor please check over the example to make sure this is heading in the right direction. You may also want to have a look at https://github.com/riboseinc/nereond.git

Once you are satisfied, I'll populate the riffol-OpenVPN repository with the contents of /examples/{openvpn.sh,openvpn} and add a README

Cheers

ronaldtse commented 6 years ago

@drystone this looks really good. However the updated server.crt is missing the actual certificate in Base64, namely the line that starts with MIIDXTCCAkWgAwIBAgIRANYL6yc3b5gHjLuseAntbZ0wDQYJKoZIhvcNAQELBQAw?

ronaldtse commented 6 years ago

Could you also help add a .travis.yml so that Travis can build this as a test? Thanks!

ronaldtse commented 6 years ago

@drystone feel free to merge when ready. Thanks!