perkeep/pkg
mpl e9e9da4bf8 server/camlistored: use Let's Encrypt http-01 challenge
As the priority is to fix GCE instances, the port for the http-01
challenge is not configurable for now (80) even not on GCE, but it will
be in a follow-up change.

update golang.org/x/crypto/* (for acme) to rev
13931e22f9e72ea58bb73048bc752b48c6d4d4ac
update golang.org/x/sys/* to rev
fff93fa7cd278d84afc205751523809c464168ab (because unix is a dep of
crypto)

remove warning about Let's Encrypt security issue from pkg/deploy/gce

I had to manually exclude vendor/golang.org/x/crypto/acme/jws_test.go
for now because it contains a private key, and git whines about it, and
i could not override it.

Fixes #1033

Change-Id: Ie4f2049e97892dee9ab513300a5f12e64976aec8
2018-01-16 23:43:13 +01:00
..
app Move more packages out of pkg/ and into internal/ 2018-01-02 21:03:30 -08:00
auth all: update copyright holder from Google Inc to The Perkeep Authors 2018-01-03 16:52:49 -08:00
blob all, testhooks: use sha224 by default, add hook for some tests to use sha-1 2018-01-09 20:03:38 -08:00
blobserver pkg/blobserver/union: add "union" blobserver type 2018-01-12 06:54:24 +01:00
buildinfo Rename import paths from camlistore.org to perkeep.org. 2018-01-01 16:03:34 -08:00
cacher all: update copyright holder from Google Inc to The Perkeep Authors 2018-01-03 16:52:49 -08:00
camerrors Rename import paths from camlistore.org to perkeep.org. 2018-01-01 16:03:34 -08:00
camlegal Rename import paths from camlistore.org to perkeep.org. 2018-01-01 16:03:34 -08:00
client all, testhooks: use sha224 by default, add hook for some tests to use sha-1 2018-01-09 20:03:38 -08:00
cmdmain cmdmain: sort Modes and Examples 2018-01-03 21:55:01 -06:00
constants Rename import paths from camlistore.org to perkeep.org. 2018-01-01 16:03:34 -08:00
conv Rename import paths from camlistore.org to perkeep.org. 2018-01-01 16:03:34 -08:00
deploy/gce server/camlistored: use Let's Encrypt http-01 challenge 2018-01-16 23:43:13 +01:00
env all: change github.com/camlistore/camlistore to github.com/perkeep/perkeep 2018-01-05 19:49:59 -08:00
fileembed all: update copyright holder from Google Inc to The Perkeep Authors 2018-01-03 16:52:49 -08:00
fs all: convert imports of golang.org/x/net/context to context 2018-01-13 16:37:49 -08:00
gc Rename import paths from camlistore.org to perkeep.org. 2018-01-01 16:03:34 -08:00
gpgchallenge Move more packages out of pkg/ and into internal/ 2018-01-02 21:03:30 -08:00
importer all: convert imports of golang.org/x/net/context to context 2018-01-13 16:37:49 -08:00
index all, testhooks: use sha224 by default, add hook for some tests to use sha-1 2018-01-09 20:03:38 -08:00
jsonsign all, testhooks: use sha224 by default, add hook for some tests to use sha-1 2018-01-09 20:03:38 -08:00
kvutil Rename import paths from camlistore.org to perkeep.org. 2018-01-01 16:03:34 -08:00
publish Rename import paths from camlistore.org to perkeep.org. 2018-01-01 16:03:34 -08:00
schema all, testhooks: use sha224 by default, add hook for some tests to use sha-1 2018-01-09 20:03:38 -08:00
search Merge "vendor: Update github.com/gorilla/websocket to v1.2.0" 2018-01-11 21:26:51 +00:00
server server/camlistored: update embed dir location 2018-01-10 20:18:19 +01:00
serverinit all, testhooks: use sha224 by default, add hook for some tests to use sha-1 2018-01-09 20:03:38 -08:00
sorted all: update copyright holder from Google Inc to The Perkeep Authors 2018-01-03 16:52:49 -08:00
test pkg/test/integration: fix websocket integration test failures 2018-01-12 06:24:38 -08:00
types clients/web/embed: Move vendor/embed to clients/web/embed and adjust paths 2018-01-09 22:33:03 +00:00
webserver all: update copyright holder from Google Inc to The Perkeep Authors 2018-01-03 16:52:49 -08:00
.gitignore