From 7da16d94c4bd3467b71dcddfc6644a1678013826 Mon Sep 17 00:00:00 2001 From: Michael Hobbs Date: Wed, 1 Sep 2021 19:34:21 -0700 Subject: [PATCH] mv certs Makefile to certs dir and add explanation --- Makefile => certs/Makefile | 1 + 1 file changed, 1 insertion(+) rename Makefile => certs/Makefile (93%) diff --git a/Makefile b/certs/Makefile similarity index 93% rename from Makefile rename to certs/Makefile index 212b1903..a84e31e9 100644 --- a/Makefile +++ b/certs/Makefile @@ -1,5 +1,6 @@ .PHONY: all root-ssl server-ssl client-ssl +# Rebuilds self-signed root/server/client certs/keys in a consistent way all: root-ssl server-ssl client-ssl rm -f .srl