Hey guys, I was looking into camlistore + let's encrypt. I really like the way github.com/rsc/letsencrypt does it, i.e. by taking complete responsibility for managing the private key and cert, without putting them on disk.
I took a quick look at how to implement it, and it seems like what I'd be doing is changing webserver.go's SetTLS to take a "autoLetsEncrypt" boolean. If it was set, certfile and keyfile would be ignored and later, tls.Config,GetCertificate would be set to a m.GetCertificate, as in Russ's examples. Would this be acceptable? I don't know what you guys are committed to in terms of API stability. -jeff -- You received this message because you are subscribed to the Google Groups "Camlistore" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
