perkeep/pkg/webserver
mpl 885389a10f app/publisher: use autocert too when Camlistore does it
As the requests to the publisher are proxied through Camlistore's app
handler, there's no point in the publisher having its own autocert
Manager to request a certificate. Therefore, the publisher reuses
(readonly) camlistored's autocert CacheDir to get its certificate.

It follows that, for now, Let's Encrypt only works for the publisher if
it is running on the same host as camlistored (or more precisely, if they
share the same filesystem).

Fixes #458

Change-Id: Icf3be2913f85f9ec6f94b831ad58e1949b4d6961
2016-12-14 01:24:30 +01:00
..
envpipe_unix.go maybe a windows build problem, found by gophorge 2012-04-24 14:41:15 -07:00
envpipe_windows.go maybe a windows build problem, found by gophorge 2012-04-24 14:41:15 -07:00
webserver.go app/publisher: use autocert too when Camlistore does it 2016-12-14 01:24:30 +01:00