update makefile

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-06-06 12:22:49 -04:00
parent a2d236b497
commit f813f306c0
No known key found for this signature in database
GPG key ID: 18F3685C0022BFF3

View file

@ -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