ruby - Rails Secure Login with Open VPN -
I have a website running on the linode server, so far this website has an authentication system, which Is built on top of Users can log in, create their own stuff and stay happy.
For admin area (still programming), I have to create a secure VPN connection to access data, because the administrator has to send all types of information to users about the direct connection between my computer to the website was thinking.
The problem is that I did not find any way to integrate VPN in a rail application and I do not know how it works outside of a rail app.
Please, I really have to do this.
Open VPN is a setup that should be done on the server, and nothing to do with rail AFAIK You can not restrict a portion of the web app to VPNs on VPN only, unless there is no curriculum, for this type of admin area you have a separate web app, bind it / it is a separate IP Run on, which is only accessible through VPN
is an ideal setup Will
xxxx: 80 - The public web-app used by users.
yyyy: MNOP - Used by private secure web-app
VPN access to secure SSL tunnel on YP network using OpenVPN.
Reference: How to setup a VPN or otherwise, there are many tutorials to help you out there.
Comments
Post a Comment