💾 Archived View for rawtext.club › ~sloum › geminilist › 002210.gmi captured on 2020-11-07 at 02:45:13. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2020-09-24)

-=-=-=-=-=-=-

<-- 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