Skip to content
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

How to change to TLS-CRYPT #42

Open
IamDontNoob opened this issue Jul 11, 2021 · 3 comments
Open

How to change to TLS-CRYPT #42

IamDontNoob opened this issue Jul 11, 2021 · 3 comments
Assignees
Labels

Comments

@IamDontNoob
Copy link

Hello, now i am using this script https://github.com/Nyr/openvpn-install
in our country OpenVPN tls-auth method blocked and not working, but tls-crypt works fine, then i found you greate admin panel, but all connected but internet not working because tls-auth OpenVPN servers not working in our country Turkmenistan.
Can you please help me and change your open vpn server to TLS-CRYPT method?

@Wutze
Copy link
Owner

Wutze commented Jul 16, 2021

Sorry for the late reply.

I'll take a look and let you know. It will take a little while. Thank you.

@Wutze Wutze self-assigned this Jul 16, 2021
@Wutze Wutze added the waiting label Jul 16, 2021
@IamDontNoob
Copy link
Author

IamDontNoob commented Jul 16, 2021

Hello, thank you for you answer, i found it, so if someone want change tls-auth to tls-crypt we must:

  1. Open "Configurations" in web admin, and clients (OSX, Windows, Linux) OpenVPN settings change
<tls-auth>
#
# 2048 bit OpenVPN static key
#
-----BEGIN OpenVPN Static key V1-----
****
-----END OpenVPN Static key V1-----
</tls-auth>

to

<tls-crypt>
#
# 2048 bit OpenVPN static key
#
-----BEGIN OpenVPN Static key V1-----
****
-----END OpenVPN Static key V1-----
</tls-crypt>
  1. OpenVNP server settings and change
    tls-auth ta.key 0
    to
    tls-crypt ta.key 0

  2. Reboot
    Done

@Wutze
Copy link
Owner

Wutze commented Jul 17, 2021

Thank you for your help. At the moment, I am unfortunately quite busy with another project. I will test it again and hopefully add it here in the coming weeks. If necessary, just as a further documentation step.

Until then, stay healthy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants