Question
tutorials/how-to-set-up-and-configure-an-openvpn-server-on-ubuntu-20-04
I followed the tutorial https://www.digitalocean.com/community/tutorials/how-to-set-up-and-configure-an-openvpn-server-on-ubuntu-20-04
My server is ubuntu-20-04 as well as my CA server. All are up to date.
Step 11 — Creating the Client Configuration Infrastructure
The make_config.sh introduces tls-crypt into the client1.ovpn configuration file.
RE: sudo openvpn –config ~/client-configs/files/x530.ovpn
I believe my error:
Options error: –tls-auth and –tls-crypt are mutually exclusive
I could change the make_config.sh script, to remove all occurances of tls-crypt, is that correct?
Thanks for any help,
Don
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×