mirror of
https://github.com/smallstep/certificates.git
synced 2024-10-31 03:20:16 +00:00
2f661c0941
Fixes #48
9 lines
250 B
Docker
9 lines
250 B
Docker
FROM smallstep/step-cli:0.9.0
|
|
|
|
USER root
|
|
ENV CRT="/var/run/autocert.step.sm/site.crt"
|
|
ENV KEY="/var/run/autocert.step.sm/site.key"
|
|
ENV STEP_ROOT="/var/run/autocert.step.sm/root.crt"
|
|
|
|
ENTRYPOINT ["/bin/bash", "-c", "step ca renew --daemon $CRT $KEY"]
|