-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tls-crypt-v2 #983
Comments
Hello @joksik,
|
Ok, sorry for late response but finally i figure it out.
case $TLS_SIG in
after that when you run script and chooice add new user in directory /etc/openvpn/keys-v2 it will be create private tls-crypt-v2 key with user name and this key will be added to .ovpn certyficate in /home directory. Remember to change in /etc/openvpn/server.conf new server tls-crypt-v2.key so find line in server.conf
and restart openvpn services Maybe in future when i will have time i will send request with change to add tls-crypt-v2 support selectable during the script installation as the third option |
Hello @joksik,
|
I have added tls-crypt-v2 as option 3 to the implementation in my fork of the repository here. |
@alinhayati thank you so much i've been searching for this for nearly 1 month before that i was using the official openvpn access server to get tls crypt v2 but it's limited to 2 connections only, but now it's not, good job |
Hello, i use your script and i love that by default its use more secure tls-crypt instead tls-auth but what about use tls-crypt-v2?
can you also add this feature to script ?
for example add new choice number 3) tls-crypt-v2
i read that tls-crypt-v2 is more secure than old tls-crypt so i think it will be good step to add this features
i dont know how correct your script to add new options but form command line this work:
generate tls-crypt-v2 for server key
openvpn --genkey tls-crypt-v2-server tls-crypt-v2.key
generate tls-crypt-v2 for client key
openvpn --tls-crypt-v2 tls-crypt-v2.key --genkey tls-crypt-v2-client client-v2.key
The text was updated successfully, but these errors were encountered: