In 1.3 rolling the config
interfaces openvpn <intf> tls auth-file <filename>
does not write the key direction to the OpenVPN config.
It only adds
tls-auth <filename>
where it should add
tls-auth <filename> <key-direction>
Key direction is 0 for server and 1 for client