You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
smallstep-certificates/examples/docker/ca/Dockerfile

8 lines
118 B
Docker

FROM alpine
ADD step-ca /usr/local/bin/step-ca
COPY pki /run
# Cron && Nginx
CMD ["step-ca", "/run/config/ca.json"]