gopheracademy / congo

Conference Management Software for Conference Organizers
MIT License
107 stars 16 forks source link

add task for generating RSA keys #18

Open bketelsen opened 8 years ago

bketelsen commented 8 years ago

in makefile

briandowns commented 8 years ago

Were you guys hoping to accomplish this in Go code and triggered in the Makefile or just have a target that'd shell out to do the work or something different?

bketelsen commented 8 years ago

either would be fine, the keys need to be permanent for an installation, so the makefile is probably better choice.

briandowns commented 8 years ago

Thanks! I'm gonna try to push something up shortly.