I have an OpenVPN server configured and running.
I also have two clients connected to the server.
Now I want to add 5 other client keys WITHOUT rebuilding the cert. How can I do that in WINDOWS OS?
How can I add new certificate files without losing the old ones?
thanks
Adding client keys after buildin for the first time
Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech
-
- OpenVpn Newbie
- Posts: 10
- Joined: Thu Aug 08, 2019 5:47 pm
-
- OpenVPN Protagonist
- Posts: 11138
- Joined: Fri Jun 03, 2016 1:17 pm
Re: Adding client keys after buildin for the first time
Use easyrsa or easyrsa3
https://github.com/OpenVPN/easy-rsa/releases
None of your certificates are rebuilt.
https://github.com/OpenVPN/easy-rsa/releases
None of your certificates are rebuilt.
-
- OpenVpn Newbie
- Posts: 10
- Joined: Thu Aug 08, 2019 5:47 pm
Re: Adding client keys after buildin for the first time
Thank you. Now I can add new clients.