You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
While trying to generate the certs I get the following error:
When modifying the makefile from:
To:
It works
The text was updated successfully, but these errors were encountered: