Browse Source

Add revoke.sh

Vladimir Tomishinets 6 years ago
parent
commit
dd3913bdab
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -2,6 +2,7 @@ FROM centos:7
 ENTRYPOINT ["/tmp/docker-entrypoint.sh"]
 COPY docker-entrypoint.sh \
      keygen.sh \
+     revoke.sh \
      /tmp/
 COPY openvpn/ /etc/openvpn/
 COPY stonevpn.conf /etc/stonevpn.conf