Skip to content

Building from source for pkcs11 support #585

Answered by maraino
jwomackgsa asked this question in Q&A
Discussion options

You must be logged in to vote

You're right, we did some changes to make the releases easier, and we broke things. You can generate custom builds using:

CGO_ENABLED=1 go build -o bin/step-ca github.com/smallstep/certificates/cmd/step-ca

And the same for the init script if you need them:

CGO_ENABLED=1 go build -o bin/step-yubikey-init github.com/smallstep/certificates/cmd/step-yubikey-init
CGO_ENABLED=1 go build -o bin/step-pkcs11-init github.com/smallstep/certificates/cmd/step-pkcs11-init

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@maraino
Comment options

@jwomackgsa
Comment options

Answer selected by jwomackgsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants