Exported client key pair is now in files with the filename cert_export_iosvpn.client.p12
Import it to OpenVPN connect with iTunes
cert_export_mt.ca.crt
Content of this file has to be placed at the end of .ovpn config file
.ovpn configuration file for IOS
client
dev tun
proto tcp #### Mikrotik uses TCP only
remote mynetname.net ### or IP address
port 1194 ####If you use defult port
resolv-retry infinite
nobind
persist-key
persist-tun
tun-mtu 1492
mssfix 1400
auth SHA1
auth-user-pass
verb 5
;comp-lzo ###(disable compression)
remote-cert-tls server
cipher AES-256-CBC
redirect-gateway def1 ### ios wont work without this
;remote-gateway 192.168.6.1
;dhcp-options DNS .8.8.8.8
;route 192.168.6.0 255.255.255.0 192.168.6.1
<ca>
-----BEGIN CERTIFICATE-----
### CONTENT OF mt.ca.crt FILE ###
-----END CERTIFICATE-----
</ca>
Save as iosclient.ovpn and import to OpenVPN connect on ios