On 30/03/16 18:06, Piotr Dobrogost wrote:
> [...]

> However, if you *must* use MD5 hashed certificates then try something like
>
> ExecStart=/usr/sbin/md5-openvpn --daemon --writepid
>
> and create a script /usr/sbin/md5-openvpn like
>
> #!/bin/bash
> export OPENSSL_ENABLE_MD5_VERIFY=1
> exec /usr/sbin/openvpn $@
> How is this different to setting this variable by using below
> configuration file?
>
it's not, really, but I just want to rule out that systemd is not 
screwing things up somewhere between 'Environment' and 'ExecStart' . If 
my script does work then you know it's something that systemd does (and 
you have a workaround). If my script also does not work then all bets 
are off ;)

HTH,

JJK


------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140
_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to