LukeEmmet / duckling-proxy

Duckling proxy 🦆 is a Gemini proxy to access the Small Web
MIT License
36 stars 5 forks source link

Generate its own certs #1

Open makew0rld opened 4 years ago

makew0rld commented 4 years ago

It'd be nice if the tool looked for a cert and key (potentially specified using the command line flags), and then created them if they didn't exist.

You can check out gemcert and generate_cert.go as examples of how to do this in Go. I would recommend using 5-year EC keys, as per my post from a while ago.

LukeEmmet commented 4 years ago

Seems a nice enhancement - thanks for the suggestion