remove useless self-signed certificates
This commit is contained in:
parent
5da1217e55
commit
0dfe50052e
4
Makefile
4
Makefile
|
@ -7,10 +7,10 @@ all: rm def
|
||||||
rm:
|
rm:
|
||||||
rm ./bin/* 2>/dev/null || true
|
rm ./bin/* 2>/dev/null || true
|
||||||
|
|
||||||
server: server.crt server.key
|
server:
|
||||||
go build -o ./bin/$@ ./cmd/$@
|
go build -o ./bin/$@ ./cmd/$@
|
||||||
|
|
||||||
client: ca.crt
|
client:
|
||||||
go build -o ./bin/$@ ./cmd/$@
|
go build -o ./bin/$@ ./cmd/$@
|
||||||
|
|
||||||
gen_test_certs:
|
gen_test_certs:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user