micahmo / WgServerforWindows

Wg Server for Windows (WS4W) is a desktop application that allows running and managing a WireGuard server endpoint on Windows
MIT License
822 stars 79 forks source link

Remove the need for Private key to be generated on Server side #76

Closed felix920506 closed 1 year ago

felix920506 commented 1 year ago

It would be nice if I could generate the private key on the client side then only feed the server software the public key. The control panel doesn't allow me to enter a public key into the public key field. I can generate a private key then delete it from the control panel but I don't feel comfortable sending private keys over the internet.

My Software Version: v2.0.5

How I would like it to be changed: Allow entering values into the Public Key field.

micahmo commented 1 year ago

Hi @felix920506, Thanks for the suggestion and great point. I have made the public key field editable in version 2.0.6. Can you try it out and let me know if this satisfies your request?

felix920506 commented 1 year ago

I have downloaded and installed v2.0.6 on my VPN server and I can confirm that it satisfies my request. Thanks.