1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-18 20:59:43 +02:00

Enforce TLS 1.2 minimum

This commit is contained in:
HarveyKandola 2021-03-16 13:58:27 -04:00
parent 66fcb77d8b
commit adb7b4d7bf
5 changed files with 1081 additions and 1031 deletions

View file

@ -43,6 +43,7 @@ mkdir -p embed/bindata/onboard
cp -r domain/onboard/*.json embed/bindata/onboard
echo "Generating in-memory static assets..."
export PATH=$PATH:~/go/bin
# go get -u github.com/jteeuwen/go-bindata/...
# go get -u github.com/elazarl/go-bindata-assetfs/...
cd embed