Transfer OpenVPN server from Windows

I am currently running an OpenVPN server on a Windows box. Is it possible to set it up on RouterOS with the same config/certs and keep current configuration on the clients? Here is my config.

port 1194
proto udp
dev tun
dev-node TAP-oVPN
ca ca.crt
cert server.crt
key server.key # This file should be kept secret
dh dh2048.pem
server 192.168.8.0 255.255.255.240
ifconfig-pool-persist ipp.txt
keepalive 10 120
tls-auth ta.key 0 # This file is secret
cipher AES-256-CBC
persist-key
persist-tun
status openvpn-status.log
verb 3
explicit-exit-notify 1