FROM nginx
COPY nginx.conf /etc/nginx/nginx.conf
COPY openssl.cnf /tmp/openssl.cnf
COPY 40_setup_certs.sh /docker-entrypoint.d/
