Nyr / openvpn-install

OpenVPN road warrior installer for Ubuntu, Debian, AlmaLinux, Rocky Linux, CentOS and Fedora
MIT License
18.72k stars 4.82k forks source link

how to add password in client ? #1019

Closed bibekhazard closed 1 year ago

bibekhazard commented 1 year ago

hello Nyr i just want to ask you . how can i add password in my client config while using this script.i think adding password will be better from security point of view.

Shandeika commented 1 year ago

+1

Farhanadabi commented 1 year ago

+1

feddevanderlist commented 1 year ago

In the script on 2 lines is the following code: ./easyrsa --batch --days=3650 build-client-full "$client" nopass remove the nopass and it will request you to input a password. I don't have time to make it a pull request yet. Maybe someone else can do it. (with a question and a boolean) :)

zhangxx2015 commented 1 year ago

+1