v1.4 seed

This commit is contained in:
John Mulhausen
2016-09-01 14:09:43 -07:00
parent c67c1f7f12
commit 4d41e40a79
348 changed files with 161922 additions and 0 deletions

10
articles/https/Dockerfile Normal file
View File

@@ -0,0 +1,10 @@
FROM debian
RUN apt-get update && apt-get install -yq openssl
ADD make_certs.sh /
WORKDIR /data
VOLUMES ["/data"]
CMD /make_certs.sh