Auto Login + Name of Server

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
symN
OpenVpn Newbie
Posts: 1
Joined: Wed Dec 11, 2013 3:57 pm

Auto Login + Name of Server

Post by symN » Wed Dec 11, 2013 4:52 pm

Hey everyone,
currently I try to port all our VPNs to iOS by creating the ovpn files.
Connecting already works since I made the ca, cert and key inline.
At the moment I am stuck on two problems:

1. Autologin is not working
I already tried it with a text file and call it from the ovpn which was not working.

Code: Select all

auth-user-pass login.txt
Second attempt was calling it inline like everything else which didn't work either.

Code: Select all

<auth-user-pass>
username
password
</auth-user-pass>
2. Naming the profile in openVPN
It would help a lot if I could name the profile from the inside of the ovpn file.
I googled but couldn't find a way or workaround. Any experience, suggestions?

Greetings
Simon

Post Reply