File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -341,6 +341,8 @@ This example creates 3 different docker images:
341
341
certificate and sets a cron that renews the certificate (the cron
342
342
runs every minute for testing purposes).
343
343
344
+ On Linux, you will need the ` libpcsclite-dev ` package.
345
+
344
346
To run this test you need to have the docker daemon running. With docker running
345
347
swith to the ` examples/docker directory ` and run ` make ` :
346
348
Original file line number Diff line number Diff line change 1
1
all : binaries build up
2
2
3
3
binaries :
4
- GOOS=linux go build -o ca/step-ca github.com/smallstep/certificates/cmd/step-ca
5
- GOOS=linux go build -o renewer/step github.com/smallstep/cli/cmd/step
4
+ CGO_ENABLED=0 GOOS=linux go build -o ca/step-ca github.com/smallstep/certificates/cmd/step-ca
5
+ CGO_ENABLED=0 GOOS=linux go build -o renewer/step github.com/smallstep/cli/cmd/step
6
6
7
7
build : build-nginx build-ca build-renewer
8
8
build-nginx :
You can’t perform that action at this time.
0 commit comments