OpenVPN - Options error: Unrecognized option or missing or extra parameter(s) (2.4.5)
It tells you very exactly what’s wrong:
Options error: Unrecognized option or missing or extra parameter(s) in home.ovpn:1: homeVPN (2.4.5)
(emphasis mine)
Line 1 contains
homeVPN
That’s obviously not an OpenVPN option, so you need to either remove it or make it a comment by making it
# homeVPN
After that, it’ll be a valid config file.