Welcome.
I bought the router RB 2011UAS-2HnD-IN. I have a problem running the OpenVPN server.
It generates keys with easy-rsa in this way.
source vars
./clean-all
./pkitool --initca
./pkitool --server ovpn-server
./pkitool client1
Then copy the files to the RouterBoard
scp ovpn-server.crt ovpn-server.key admin@192.168.178.11:22
Then import certificates for RouterBoard.
/certificate import=ca.crt
/certificate import=ovpn-server.crt
/certificate import=ovpn-server.key
I have defined addressing the opvn


So I set up openvpn server

I can not connect to the OpenVPN server
These are logs to cliencie.

Why can not I connect to the OpenVPN server?