ChessSpider
ChessSpider
@acklenx Use this Dockerfile: ``` FROM golang:stretch RUN apt-get update && \ apt-get install --no-install-recommends -y \ git \ unzip \ ca-certificates \ wget golang && \ apt-get clean &&...
@jordan-wright anyupdates?
@jordan-wright is this merged?
As a side-note, I have also been looking at a way to make openvpn check if the certificate CN matches the user-supplied username. But I haven't found that yet. If...
Yeah no worries. I also wonder what would happen if the user chooses as username: ```foobar secret=None nullok #``` or something similar, which should expand to: ```auth required pam_google_authenticator.so secret=/etc/openvpn/otp/foobar...
Hi, just reporting back. I think my complete TOTP bypass I described in my previous comment is not possible. This is because ${USER} is being replaced by the username inside...
# Steps to reproduce: ## Setup basic infra 1. ```docker run --net=none --rm -t -i --log-driver=none -v `pwd`/data:/etc/openvpn --rm kylemanna/openvpn ovpn_genconfig -u udp://vpn.example.com -2 -C 'AES-256-CBC' -a 'SHA384'``` 2. ```docker...
please see the comment above yours and the instructions underneath the "Fix" header to fix this problem :)
So has/will this ever be fixed in master? :)
Seriously? It's a security risk with an elaborate description and a one line fix, open for a year, with a pull request pending, and this is your response? Just say...