Hi,
I have configured openvpn/easy-rsa and started the server.
I created a client.conf profile and amended it as instructed. I appended the ca.crt/client1.crt/client1.key/ta.key to the file in the following format as per the official guide. (only ca had ------END CERT---- in the guide example, however I have tried including it on all of them but it still fails)
<ca>
------------BEGIN CERTIFICATE------------
XYZ
------------END CERTIFICATE--------------
</ca>
<cert>
------------BEGIN CERTIFICATE------------
XYZ
</cert>
<key>
------------BEGIN ENCRYPTED PRIVATE KEY----------
XYZ
</key>
key-direction 1
<tls-auth>
----------BEGIN OpenVPN Static key V1------------
XYZ
</tls-auth>
I changed to file from .conf to .ovpn and emailed the file to myself. I tried to add the profile to openvpn client on my iphone and I receive an error
'selected file has incorrect profile configuration'
error message: ca.crt, client1.crt, client1.key, ta.key
I have checked against the sample client.conf and can not see any typos.
Is there any way to debug the client1.conf file?
I have configured openvpn/easy-rsa and started the server.
I created a client.conf profile and amended it as instructed. I appended the ca.crt/client1.crt/client1.key/ta.key to the file in the following format as per the official guide. (only ca had ------END CERT---- in the guide example, however I have tried including it on all of them but it still fails)
<ca>
------------BEGIN CERTIFICATE------------
XYZ
------------END CERTIFICATE--------------
</ca>
<cert>
------------BEGIN CERTIFICATE------------
XYZ
</cert>
<key>
------------BEGIN ENCRYPTED PRIVATE KEY----------
XYZ
</key>
key-direction 1
<tls-auth>
----------BEGIN OpenVPN Static key V1------------
XYZ
</tls-auth>
I changed to file from .conf to .ovpn and emailed the file to myself. I tried to add the profile to openvpn client on my iphone and I receive an error
'selected file has incorrect profile configuration'
error message: ca.crt, client1.crt, client1.key, ta.key
I have checked against the sample client.conf and can not see any typos.
Is there any way to debug the client1.conf file?