<-- back to the mailing list

[ANN] Announcing gemcert, a simple certificate generator

colecmac at protonmail.com colecmac at protonmail.com

Wed Jul 15 19:13:37 BST 2020

- - - - - - - - - - - - - - - - - - - 

This looks great, thanks!

Prefer ED25519

I know you mention this on the README, but I just want to remind peoplethat it's probably best to stick with EC keys for now, as not all clientsand servers support ed25519. And the size is similar.

Also, could you add a go.mod and go.sum file to your repo. You can easilymake one with `go mod init`, just make sure the path in go.mod is correct.That would allow using go get on the repo.

Thanks,makeworld