Seem is am too stupid - Mobileconfig from .opvpn

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
andreashandler
OpenVpn Newbie
Posts: 2
Joined: Mon Feb 05, 2024 7:25 am

Seem is am too stupid - Mobileconfig from .opvpn

Post by andreashandler » Mon Feb 05, 2024 7:30 am

Hello,

i am trying to configure the OpenVPN App via .mobileconfig. But i don't get it working.
The ovpn import manually works, but i can't create a .mobilconfig out of it that is not having "on demand" enabled.

Could anyone create an .mobileconfig out of this, so that i am able to identify my mistaked?

********************************************************************************************

client
dev tun
proto udp
remote vpnserver.domain.com 1194
resolv-retry infinite
nobind
remote-cert-tls server
tls-version-min 1.2
verify-x509-name raspberrypiVPN_50f0a625-3cd9-4fd3-9a2a-095cb265f0d3 name
cipher AES-256-CBC
auth SHA256
auth-nocache
verb 3
<ca>
-----BEGIN CERTIFICATE-----
1234
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
1234
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN ENCRYPTED PRIVATE KEY-----
1234
-----END ENCRYPTED PRIVATE KEY-----
</key>
<tls-crypt>
#
# 2048 bit OpenVPN static key
#
-----BEGIN OpenVPN Static key V1-----
1234
-----END OpenVPN Static key V1-----
</tls-crypt>


**************************************************

andreashandler
OpenVpn Newbie
Posts: 2
Joined: Mon Feb 05, 2024 7:25 am

Re: Seem is am too stupid - Mobileconfig from .opvpn

Post by andreashandler » Tue Feb 06, 2024 1:08 pm

I found the solution. Thanks for the PM's

tothpatrik92
OpenVpn Newbie
Posts: 1
Joined: Mon Feb 19, 2024 3:15 pm

Re: Seem is am too stupid - Mobileconfig from .opvpn

Post by tothpatrik92 » Mon Feb 19, 2024 3:16 pm

andreashandler wrote:
Tue Feb 06, 2024 1:08 pm
I found the solution. Thanks for the PM's
Can you tell me how you made it work? I cannot open the .ovpn file since OpenVPN app does not show up when I open the file :/

Post Reply