v1.5 seed

This commit is contained in:
John Mulhausen
2016-09-01 14:07:27 -07:00
parent c67c1f7f12
commit f231bfa86e
579 changed files with 255725 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
VOLUME ["/data"]
CMD /make_certs.sh