Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot generate certs #32

Open
jbleduigou opened this issue Sep 16, 2020 · 1 comment
Open

Cannot generate certs #32

jbleduigou opened this issue Sep 16, 2020 · 1 comment

Comments

@jbleduigou
Copy link

While trying to generate the certs I get the following error:

go get: github.com/coreos/[email protected] updating to
        github.com/coreos/[email protected]: parsing go.mod:
        module declares its path as: go.etcd.io/bbolt
                but was required as: github.com/coreos/bbolt

When modifying the makefile from:

cfssl:
	go get -u -tags nopkcs11 github.com/cloudflare/cfssl/cmd/cfssl
	go get -u github.com/cloudflare/cfssl/cmd/cfssljson
	go get -u github.com/mattn/goreman

To:

cfssl:
	go get -tags nopkcs11 github.com/cloudflare/cfssl/cmd/cfssl
	go get github.com/cloudflare/cfssl/cmd/cfssljson
	go get -u github.com/mattn/goreman

It works

@lzaiko
Copy link

lzaiko commented May 18, 2021

with your hack, I'm getting this error

env: cfssljson: No such file or directory
env: cfssl: No such file or directory
make: *** [ca] Error 127

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants