From f813f306c0f4ec6f2b9c22d887d411cc00fcd5a9 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Wed, 6 Jun 2018 12:22:49 -0400 Subject: [PATCH] update makefile Signed-off-by: Jess Frazelle --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dd38a8d5..5b29b13a 100644 --- a/Makefile +++ b/Makefile @@ -202,7 +202,7 @@ dtest: ## Run the tests in a docker container make test .PHONY: snakeoil -snakeoil: ## Update snakeoil certs for testing. +snakeoil: ## Update snakeoil certs for testing go run /usr/local/go/src/crypto/tls/generate_cert.go --host localhost,127.0.0.1 --ca mv $(CURDIR)/key.pem $(CURDIR)/testutils/snakeoil/key.pem mv $(CURDIR)/cert.pem $(CURDIR)/testutils/snakeoil/cert.pem