File: Dockerfile

package info (click to toggle)
golang-github-smallstep-certificates 0.29.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,720 kB
  • sloc: sh: 385; makefile: 129
file content (7 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
FROM alpine

ADD step-ca /usr/local/bin/step-ca
COPY pki /run

# Smallstep CA
CMD ["step-ca", "/run/config/ca.json"]