Don't fail on invalid SSL certs when checking documentation

Change-Id: I5d5f260f8429c67931c9c9b03176d8ce91b419cc
diff --git a/Makefile b/Makefile
index e8a972f..a6fadd5 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@
 	mdl -s $(LINT_STYLE) `find -L . ! -path "./partials/*" ! -path "./_book/*" ! -path "./repos/*"  ! -path "./node_modules/*" ! -path "./cord-tester/modules/*" -name "*.md"`
 
 linkcheck: $(ALL_DOCS) _book
-	linkchecker -a --check-extern _book/
+	linkchecker -a -f linkchecker.ini _book/
 
 # Host holding the git server
 REPO_HOST   ?= https://gerrit.opencord.org