-
Notifications
You must be signed in to change notification settings - Fork 41
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
docs: building and readme outdated #114
Comments
is it possible that v3.0.3 has some issues?!
edit: i have playing around and compare some things with version 1.6.5. in version 1.6.5 in root.go: Lines 115 to 117 in e872f72
and on version 3.0.3 and master: Lines 171 to 173 in 4af0d77
if i change it to: if err := viper.ReadInConfig(); err == nil {
log.Fatal(err)
} the fatal error is gone and i can execute i can build binary with:
if i changed directory to repo's root dir. so i am not sure if its right. my progamming knowledge isnt much great :-) edit: okay it is not so much easy :-) after creating configdir and configfile, no command can execute successful
that is not the solution alone :-) Chris |
can this a way to fix that issue?! |
hey there,
i did playing around with certmgr and cfssl to build internal CA for my homelab, and my first impression is : wow, what great toolset!
but i got a bit confusing while reading docs and making own experience with certmgr.
Can anybody explain how to build the binary of certmgr with go tools?! i am using golang 1.18.2.
go get
is deprecated and replaced bygo install
. butgo install github.com/cloudflare/certmgr/cmd/...@latest
only build version 1.6.5 how to see here.since i am using the newest version, the "ca" key in my specs.json works fine and a deprecated info will show if i use the "ca" setting under "authority" like here:
certmgr/README.md
Lines 152 to 156 in 4af0d77
so is there a reason why it still in readme.md at the newest version?!
it confused me while get started with this really nice peace of application.
i think the docs thing is not much important, but how to build can help me and other people a lot. hoping for a short explanation.
Chris
The text was updated successfully, but these errors were encountered: