Add the TLS Configuration to the configuration generator

This commit is contained in:
idk
2021-02-28 16:17:29 -05:00
parent b47b3971f7
commit 7048131842

View File

@ -25,6 +25,7 @@ echo:
@echo "$(GOPATH)"
find . -path ./.go -prune -o -name "*.go" -exec gofmt -w {} \;
find . -path ./.go -prune -o -name "*.i2pkeys" -exec rm {} \;
find . -path ./.go -prune -o -name "*.pem" -exec rm {} \;
find . -path ./.go -prune -o -name "*.go" -exec cat {} \; | nl
tag: