Giter Club home page Giter Club logo

Comments (3)

lkeijser avatar lkeijser commented on July 26, 2024

I'm pretty sure that's already an option:

[root@vpn ~]# stonevpn -f t4nec0 -n t4nec0 -o android 
Creating t4nec0.key and t4nec0.crt for t4nec0
Certificate is valid for 365 day(s).
Generating Android configuration file
[root@testvpn ~]# cat /var/stonevpn/test-t4nec0.ovpn 
daemon
dev tun
remote 1.2.3.4
port 1194
client
tls-client
comp-lzo
ping 15
ping-restart 45
ping-timer-rem
persist-tun
persist-key
verb 7
proto tcp
cipher AES-256-CBC

<ca>
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
</ca>

<cert>
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
</cert>

<key>
-----BEGIN PRIVATE KEY-----
...
-----END PRIVATE KEY-----
</key>

I use this myself in combination with the latest OpenVPN Connect client, as well as another android app called simply "OpenVPN for Android" and it works like you want. I'm using Android 8.0.0 btw

from stonevpn.

t4nec0 avatar t4nec0 commented on July 26, 2024

OK, thanks, I'm sure the version I've installed (0.4.12 AFAIK) hasn't that option. I will try and upgrade to the latest.

from stonevpn.

lkeijser avatar lkeijser commented on July 26, 2024

Okay, looks like android support was added in version 0.4.15, so yeah, 0.4.12 didn't have that yet. Let me know if upgrading solves the issue for you.

from stonevpn.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.