OpenVPN Client UDP RB5009

Good morning,

Can anybody help me to configure MikroTik router as openVPN client? I have installed OpenVPN on my ubuntu server. I have installed beta RouterOS (it support UDP and SHA512) Settings looks like that:

.openvpn file

client
dev tun
proto udp
remote 192.168.88.222 1194
resolv-retry infinite
nobind
persist-key
persist-tun
remote-cert-tls server
auth SHA512
cipher AES-256-CBC
ignore-unknown-option block-outside-dns
block-outside-dns
verb 3

-----BEGIN CERTIFICATE-----
XXXX
-----END CERTIFICATE-----


-----BEGIN CERTIFICATE-----
XXXXX
-----END CERTIFICATE-----


-----BEGIN PRIVATE KEY-----
XXXXX
-----END PRIVATE KEY-----


-----BEGIN OpenVPN Static key V1-----
XXXXX
-----END OpenVPN Static key V1-----

Thank You for Your Help (this is my 1st mikrotik router) so sorry for asking simple for You question.

I don’t think there’s tls-crypt in RouterOS.