Page 1 of 1

copy client conf to secondary server

Posted: Mon Feb 19, 2018 10:10 am
by mickael
Hello

I'm building 2 linux openvpn server to provide an High Availability vpn service.
They are working great individually, but I can't find in the documentation or google how to copy a client wich is generated on server1 to server2.
Is there an official process ? Right now I copy user.key, user.crt, user.scr, to server2 keys directory.
Then, in the ovpn client config I add the ca and tls_auth keys from server2 but it's not working.

Could you provide a guide ? Is this the wrong way do handle this ?

Thanks, regards.

Re: copy client conf to secondary server

Posted: Mon Feb 19, 2018 1:07 pm
by TinCanTech
All user cert/keys are tied to the CA.crt/key not the server itself. (Provided you use easyrsa)