Hi,
I’m trying to setup openvpn client on my Mikrotik RB751G but my problem is the vpn provider does not provide user and password authentication.
I have just
CA.crt
Client.crt
Client.key
I did manage to import the certifcates:

And Im trying to setup Client
/interface ovpn-client
add add-default-route=no auth=sha1 certificate=client cipher=blowfish128 connect-to=addres disabled=no name=vpn-to-server profile=OVPN-client
and there is ofc coresponding profile OPEN-client
Why I try to enable this interface im getting error

And the configuration form Windows OpenVPN client that works looks like this:
client
dev tun
proto udp
remote serveradddress.com 1300
cipher AES-256-CBC
resolv-retry infinite
nobind
persist-key
persist-tun
comp-lzo
verb 3
remote-cert-tls server
ping-restart 60
service mullvadopenvpn
ping 10
ca ca.crt
cert client.crt
key client.key
crl-verify crl.pem
tls-cipher TLS-DHE-RSA-WITH-AES-256-CBC-SHA:TLS-DHE-RSA-WITH-CAMELLIA-256-CBC-SHA:TLS-DHE-RSA-WITH-3DES-EDE-CBC-SHA:TLS-DHE-RSA-WITH-AES-128-CBC-SHA:TLS-DHE-RSA-WITH-SEED-CBC-SHA:TLS-DHE-RSA-WITH-CAMELLIA-128-CBC-SHA
If you can help it will be awsome. Thanks in advanced.
Maciek