Client config
client
dev tun
proto udp
float
nobind
..etc. It then contains a section:
<ca>
-----BEGIN CERTIFICATE-----
xxxxx
xxxxx
</ca>
and another section for <cert> </cert> and <key></key>. I assume these are all keys used as part of the configuration.
My question is, when setting up the client side, I used the full file as the .ovpn config file, but should I instead have saved these keys in a separate file or files? In otherwords, do I need to create a file called CA.CRT and put the key in there, and if so, exactly how is it formatted, and does it contain just that one key or all three keys?
I guess I thought it (the client side install) would create these from the config file, but I can't get it to run on any machine, windows based, linux based or otherwise (ARM type machine) I don't understand what files need to be created and what directories they go in.