I have the following problem: I need to authenticate on VPN with iOS without password, but with certificate only. The reason is I need "VPN on demand", which is active on certificate authentication only.
I found this tutorial, but it uses certificate+password authentication. But I need certificate only. I've been trying to remove xauth authentication from config, but I failed.