OpenVPN Client without Username and Password

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:
Certificates.PNG
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
Error-UserName.PNG
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

It is clearly stated in the manual:
http://wiki.mikrotik.com/wiki/Manual:Interface/OVPN

"Currently unsupported OVPN feature:

UDP mode
LZO compression
TLS authentication
authentication without username/password"

My mistake was I did check here http://wiki.mikrotik.com/wiki/OpenVPN and here the list is shorter

Unsupported
UDP
LZO compression

Also since there are features that are not listed in Mikrotik UI and with some scripts possible I thought there could be some work arround.

Thanks anyway,
Cheers,
Maciej

All the features are available in GUI for quite some time now.
What exactly you can set in terminal and can’t do in GUI?

Hello
How i can create files to offer it without username and password in Mikrotik ? to use it in windows client

You can’t.