Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    OpenVPN config types

    OpenVPN
    3
    4
    269
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • girish
      girish Staff last edited by girish

      I am trying to put together a doc (or fix up the UI) to understand the various OpenVPN config download types. It seems there are 5 types of download:

      f4709abf-cb6a-4889-be5e-ab0e8523c132-image.png

      .ovpn - embedded certs is used in linux desktop and OpenVPN app on Android. .tblk I imagine is for tunnelblick. Anyone know which other clients use the other formats?

      cc @mehdi who coded all this 🙂

      mehdi 1 Reply Last reply Reply Quote 1
      • mehdi
        mehdi App Dev @girish last edited by

        @girish .conf is the "traditionnal" default format that is used with the OpenVPN CLI. IIRC, .ovpn files are just .conf files with the extension changed. Both .ovpn and .conf files can either have the certs next to them, or embedded in b64 in the configuration file itself, that's the difference between zipped and embedded. And yes, indeed .tblk is for tunneblick (I believe it's just a zip of the .conf file and the certificates).

        In summary, we could defintely remove the least used ones, and leave only .ovpn embedded and .tblk. I think most others are less useful and these 2 can do the job in most, if not all, cases.

        K girish 2 Replies Last reply Reply Quote 2
        • K
          kallados @mehdi last edited by

          @mehdi For my as Mac user was Tunnel Blick long-Time fine. But the App from OpenVPN working nice. Seems to be the perfect Solution for every Mac User.

          1 Reply Last reply Reply Quote 0
          • girish
            girish Staff @mehdi last edited by

            @mehdi said in OpenVPN config types:

            In summary, we could defintely remove the least used ones, and leave only .ovpn embedded and .tblk. I think most others are less useful and these 2 can do the job in most, if not all, cases.

            right, this is the confirmation I needed. Looks like, we can remove the first 3. Will do that in next release then.

            1 Reply Last reply Reply Quote 1
            • First post
              Last post
            Powered by NodeBB