Page 1 of 1
multiple clients
Posted: Sat Mar 19, 2011 7:59 am
by arvpnick
i am planning to buy 8 vps and make a vpn on each of them.
is that possible? if yes, how?
Re: multiple servers one ca
Posted: Sat Mar 19, 2011 8:09 am
by Bebop
Yes it is possible.
How?
Its recommended that you take care of all certificate generation and management from a separate machine. So, when you do the OpenVPN setup and install on each VPS, what you don't want to do each time, is follow the guide for generating certificates. Just setup the server.conf only on each vps.
On your home computer, or some other (non vpn) VPS, you can generate certs and distribute them to all your VPS'.
So, /etc/openvpn/some_meaningful_name/ca.crt <--- on each VPS
Re: multiple servers one ca
Posted: Sat Mar 19, 2011 8:42 am
by arvpnick
thanks for the fast reply.
i will try your suggestion and try to update this later. thanks
Re: multiple servers one ca
Posted: Sun May 15, 2011 9:54 am
by eric66300
Bebop wrote:Yes it is possible.
How?
Its recommended that you take care of all certificate generation and management from a separate machine. So, when you do the OpenVPN setup and install on each VPS, what you don't want to do each time, is follow the guide for generating certificates. Just setup the server.conf only on each vps.
On your home computer, or some other (non vpn) VPS, you can generate certs and distribute them to all your VPS'.
So, /etc/openvpn/some_meaningful_name/ca.crt <--- on each VPS
sir can this solution create multiple vps using one ca.crt?
we saw lot of vpn provider has multiple server with only one ca.crt on there client config.