Explorar o código

Add revoke.sh

Vladimir Tomishinets %!s(int64=6) %!d(string=hai) anos
pai
achega
169be9a3dd
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -12,6 +12,7 @@ RUN set -x \
            && yum install openvpn stonevpn -y \
            && chmod +x /tmp/docker-entrypoint.sh \
            && chmod +x /tmp/keygen.sh \
+           && chmod +x /tmp/revoke.sh \
            && chmod 400 /etc/openvpn/keys/*.key \
            && chmod 440 /etc/openvpn/keys/*.crt \
            && yum install -y https://centos7.iuscommunity.org/ius-release.rpm \