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

./easyrsa gen-dh command generates dh.pem, not dh2048.pem #97

Merged
merged 1 commit into from
Dec 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
./easyrsa gen-dh command generates dh.pem, not dh2048.pem
  • Loading branch information
yukihane committed Dec 14, 2024
commit 5e240e43f3e0619a4c99a78686ea398f443723aa
2 changes: 1 addition & 1 deletion how-to/security/install-openvpn.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Edit `/etc/openvpn/myserver.conf` to make sure the following lines are pointing
ca ca.crt
cert myservername.crt
key myservername.key
dh dh2048.pem
dh dh.pem
```

Complete this set with a TLS Authentication (TA) key in `etc/openvpn` for `tls-auth` like this:
Expand Down