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

https interface for user management #648

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
note about alpine requirement
  • Loading branch information
nanda committed Mar 31, 2021
commit b17ab8e89327b64ef7d0c6f75eefc85940195825
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ which dumps an inline OpenVPN client configuration file. This single file can
then be given to a client for access to the VPN.

To enable Two Factor Authentication for clients (a.k.a. OTP) see [this document](/docs/otp.md).
NOTE: requires easy-rsa 3.0.8 or higher

## OpenVPN Details

Expand Down Expand Up @@ -145,6 +144,8 @@ It will ask you to specify username/password for the interface & for domain name
chmod 644 $OPENVPN/http/server.cer
* Be aware that the lighttpd log files are not logrotated.

NOTE: requires easy-rsa 3.0.8 or higher (make sure you make the docker image from alpine 3.13 or so)

## Security Discussion

The Docker container runs its own EasyRSA PKI Certificate Authority. This was
Expand Down