You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My issue is about the script, and not OpenVPN itself
Describe the solution you'd like
Since i need to create many client always with the same "name style" (like vpn_001, vpn_002 and so on) was cool if i can pass a txt file with the all "certificates name" instead to create one to one, manually. The openvpn-install.sh ask only for the certificate name and password when create a new client.
Checklist
Describe the solution you'd like
Since i need to create many client always with the same "name style" (like vpn_001, vpn_002 and so on) was cool if i can pass a txt file with the all "certificates name" instead to create one to one, manually. The openvpn-install.sh ask only for the certificate name and password when create a new client.
Txt content:
vpn_001|mypass
vpn_002 //without password
vpn_003|another pass
The password thing can be skipped if isn't possible. It can be very useful to create users in this way
The text was updated successfully, but these errors were encountered: