brenard / eesyvpn

Easy-to-use VPN solution based on OpenVPN
1 stars 1 forks source link

Release 1.2 #1

Closed FelixDefrance closed 6 years ago

FelixDefrance commented 6 years ago

eesyvpn initialize fail with multiple errors as you see.

brenard commented 6 years ago

Hi,

I rework on your contribution and already apply several of them. See my following notes :

d92bdd2 Fix missing directory and initialize openssl config

852bca9 Fix missing openssl config needed for build-ca

f5d1824 Fix missing key directory needed for build-ca

7c5f4d7 Avoid shell warning by cd to directory $CAHOME

0daee70 Remove trigger update-crl because it's not needed when no certificate is revoked.

5e8505b Add openvpn systemd unit-file & deployement

e93ede4 Add availlability to set openvpn port listening via eesyvpn.conf

28c430f Fix compatibility between eesyvpn openssl.conf version and easy-rsa

f24bf94 Fix crl declaration which break openvpn startup when no cert is revoked

fb75352 Add a named CA instead of the default.

c409aed Make cryptographic layers stronger

95e4a3b Core changes:

39bde35 Rework usage function

99029b2 Fix fault positive displaying error to the user

3389128 Fix undefined openvpn port number in user configuration

2dddfc9 Fix syntax

5b5002c Use utf8 standard in genereted certificates.

e75451c Auto-activate CRL checking.

6ab83f5 Release 1.2

74a4701 Fix defined openvpn port number in user configuration

All checked contribution are already committed and I will work soon on 95e4a3b.

Thank you for all of this contribution !

FelixDefrance commented 6 years ago

I merge some conflics for my next PR and understand your observations.

I'll plan to make another PR with Yubikey support feature and readd the availability to use allinone configuration file (key,cert, ta) that I deleted again..

For the next time, I'll don't change the version number for my next PR as you ask me