What are the proper steps to add additional client keys/cert
Posted: Fri May 13, 2011 7:54 pm
Hi,
I have followed the steps in the HowTo & I did create 3 keys (using openvpn 2.1) . I am now looking to add a few more keys & I am trying to figure the proper steps to do this (Openvpn 2.2).
I have followed the steps in the HowTo & I did create 3 keys (using openvpn 2.1) . I am now looking to add a few more keys & I am trying to figure the proper steps to do this (Openvpn 2.2).
Code: Select all
init-config
vars
clean-all
build-ca
build-key-server server
build-key client1
build-key client2
build-key client3
build-dh
[code]
All 3 of those keys owrk great when I try to log in. I am happy, I dont want to get rid of those keys. I am now looking to add keys.
So with that being the steps, when I tried to add a key typing 'vars' then build-key rich1, it built the keys/certs & when I tried ot use it, it failed.
Do I need to build-dh after the addition of a key? Will creating a new build-dh cause the old keys to stop working?
Thanks,
Rich