How to convert profile windows client to profile Android

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
monsieurN
OpenVpn Newbie
Posts: 10
Joined: Sat Oct 03, 2020 8:27 pm

How to convert profile windows client to profile Android

Post by monsieurN » Sat Oct 03, 2020 8:36 pm

Hello. Sorry for my english. I had to use google translator because i don't speak english. I would like to know how to convert my profile i create in windows client to android client.
indeed, I wish to use androidconnect to connect openvpn server.

Here is the functional configuration file I use in windows :

Client config
1
client
2
dev tap
3
proto udp
4
remote xxxxxxxxxxxxxxx 1194
5
resolv-retry infinite
6
nobind
7
persist-key
8
persist-tun
9
ca "C:\\Program Files\\OpenVPN\\config\\ca.crt"
10
cert "C:\\Program Files\\OpenVPN\\config\\ClientVPN.crt"
11
key "C:\\Program Files\\OpenVPN\\config\\ClientVPN.key"
12
remote-cert-tls server
13
tls-auth ta.key 1
14
cipher AES-256-CBC
15
verb 3



Thanks for you help. please use simple words for my translator
Last edited by Pippin on Sat Oct 03, 2020 10:40 pm, edited 1 time in total.
Reason: Formatting

Post Reply