Page 1 of 1

Open VPN Android Enterprise (Mobile Iron)

Posted: Mon Sep 28, 2020 8:34 am
by pflummy
Hello,

I have problems to use openvpn with Android Enterprise.(Mobile Iron)
The cerificate is not in the client app on user devices.

I tried two Apps to solve the problem no of them is working:
_____________________________________________________________________________________
OpenVPN Connect:
I applied a label with the "identity certificate" to my device.
I created the identity certificate on my openvnp server using this line of code:

openssl pkcs12 -export -in cert -inkey key -certfile ca -name MyClient -out client.p12

When I upload the certificate to mobile Iron VPN settings the certificate is not pushed to the devices.
I Created a Certificate configuration and used it in my VPN Settings.
But the certificate is not transferred device
_____________________________________________________________________________________
OpenVPN for Android(by Arne Schwabe):

Quite easier the APP has an in build configuration for Android Enterprise:

In Mobile iron i have to fill in three fields:

=>UUID
=>NAME
=>Config

I left UUID empty.
For NAME i filled in the certificates name e.g."test" also tried "test.ovpn" but didn`t worked.
I created the config in base 64 with this code and just pasted it inside the field.

openssl base64 -A in test.ovpn > phone

The certificate is not transferred here to the devices too.

Am i missing something in both cases?
Do you know what i am doing wrong?
Or anyone of you knows a good guide for openvpn with Android Enterprise/Mobile Iron that works?


Thanks in Advance!

Thanks in Advance

Re: Open VPN Android Enterprise (Mobile Iron)

Posted: Wed Sep 30, 2020 5:18 am
by pflummy
somebody any ideas?