certidude/entrypoint.sh

6 lines
105 B
Bash
Raw Normal View History

#!/bin/sh
$@
AUTHORITY=$3
cat /etc/openvpn/$AUTHORITY.conf
openvpn --config /etc/openvpn/$AUTHORITY.conf