Below is what I ended up doing:
- Install OpenVPN software. You can find it on the official OpenVPN site.
- Copy all the config files from the job laptop to C:\Program Files (x86)\OpenVPN\config. The job laptop uses tunnelblick, so the files was located under ~/Library/Application Support/Tunnelblick/Configurations
- Added .opvpn to the file name for the main configuration file (the one that is not .crt, .csr or .key)
- Change to Windows style line endings. I did this by opening the files in WordPad, copying the contents to a Notepad window and saving.
- Starting the client software.
Of course: There was a lot of trial and error. I guess I ended up using 30 minutes tinkering and 30 minutes blogging.
Gotchas:
- Make sure all line endings are corrrect. You can see this easily by opening the files in Notepad.
- Make sure you run the OpenVPN program as administrator.