duckling-proxy icon indicating copy to clipboard operation
duckling-proxy copied to clipboard

Generate its own certs

Open makew0rld opened this issue 5 years ago • 1 comments

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.

makew0rld avatar Sep 01 '20 19:09 makew0rld

Seems a nice enhancement - thanks for the suggestion

LukeEmmet avatar Sep 02 '20 07:09 LukeEmmet