WUT_Computer_Science/certificates/Dockerfile

11 lines
136 B
Docker
Raw Normal View History

2024-06-17 00:55:05 +02:00
FROM alpine:latest
RUN apk add --no-cache openssl
WORKDIR /certs
COPY gen_crt.sh .
RUN chmod +x gen_crt.sh
RUN /bin/sh ./gen_crt.sh