Open VPN error configuration file routines:STR_COPY:variable has no value:conf_def.c

Problem happens becase ENV:KEY_ALTNAMES not defiend.

You need to add KEY_ALTNAMES to ./vars file:

export KEY_ALTNAMES="something"

And run source ./vars after that.