minio / concert

Concert is a console based certificate generation tool for https://letsencrypt.org.
Apache License 2.0
194 stars 23 forks source link

Concert Error When Running #23

Closed BraydenGirard closed 7 years ago

BraydenGirard commented 7 years ago

If I run concert without sudo I get the following error:

panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x38 pc=0x4c5a66]

If running concert with sudo as in the documentation I get:

sudo: concert: command not found

I have installed go and also installed and compiled concert as in the documentation.

vadmeste commented 7 years ago

@BraydenGirard, can you run concert this way: $ sudo $(which concert) ?

BraydenGirard commented 7 years ago

Yes, interesting assuming it was not properly added to the path then.

vadmeste commented 7 years ago

We'll keep this open since it seems you found a bug.

secured commented 7 years ago

Same here while trying to renew

panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x0 pc=0xe442c]

goroutine 13 [running]:
panic(0x40f160, 0x10822030)
        /usr/local/opt/go/libexec/src/runtime/panic.go:464 +0x330
github.com/xenolf/lego/acme.(*Client).getChallenges.func1(0x10b139f0, 0x10b23b00, 0x10b23ac0, 0x10b3dd60, 0x16)
        /Users/harsha/mygo/src/github.com/xenolf/lego/acme/client.go:408 +0xf8
created by github.com/xenolf/lego/acme.(*Client).getChallenges
        /Users/harsha/mygo/src/github.com/xenolf/lego/acme/client.go:421 +0x12c
harshavardhana commented 7 years ago

Project deprecated users should use certbot instead. Closing.