Skip to content

Commit 8d7277b

Browse files
committed
Do not generate ssl certificates
1 parent 5fbc99d commit 8d7277b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

scripts/provision_submodules.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,6 @@ log() {
3535
echo "${GREEN}${BOLD}$1${NC}"
3636
}
3737

38-
log "Generating ssl certificate"
39-
if [ ! -f ssl/localhost+2.pem ]; then
40-
cd ssl && mkcert localhost 127.0.0.1 ::1 && cd ${ROOT_PATH}
41-
else
42-
echo "Certificate already exists"
43-
fi
44-
4538
# Update / re-pull submodules
4639
log "Initialize submodule libs"
4740
git submodule update --init --recursive

0 commit comments

Comments
 (0)