Skip to content

Instantly share code, notes, and snippets.

@a4099181
Created November 7, 2020 07:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a4099181/3791aa567edb982b613581055e6fa1b4 to your computer and use it in GitHub Desktop.
Save a4099181/3791aa567edb982b613581055e6fa1b4 to your computer and use it in GitHub Desktop.
OpenSSL Dockerfile
FROM alpine
VOLUME [ "/demoCA" ]
RUN apk update && \
apk add --no-cache openssl git perl && \
rm -rf /var/cache/apk/*
RUN ln -s /etc/ssl/misc/CA.pl /usr/bin/ca
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment