浏览代码

Add revoke.sh

Vladimir Tomishinets 6 年之前
父节点
当前提交
169be9a3dd
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 \