Openvpn private key password in –daemon


Edit your openvpn.conf:

verb 3
askpass /etc/openvpn/my.pass <<< new line here

The file /etc/openvpn/my.pass just contains the password.
You can chmod this file to 600.