From 5a5eb959be8adcc88e1e3de2ac5684313964564f Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Wed, 2 Mar 2016 17:13:34 +0200
Subject: [PATCH] Added the bundle_certs as git submodule, now the files are
 (safely) sourced in .bashrc.

---
 .bashrc                      | 2 ++
 .gitmodules                  | 3 +++
 Documents/Shore/bundle_certs | 1 +
 3 files changed, 6 insertions(+)
 create mode 160000 Documents/Shore/bundle_certs

diff --git a/.bashrc b/.bashrc
index 5207b49..0a26e08 100644
--- a/.bashrc
+++ b/.bashrc
@@ -56,3 +56,5 @@ alias ggo='sudo GOPATH=/usr/share/go go'
 gen-csr () {
     openssl req -new -newkey rsa:4096 -nodes -out $1.csr -keyout $1.key
 }
+
+. Documents/Shore/bundle_certs/bundle_certs
diff --git a/.gitmodules b/.gitmodules
index 94956f3..2af81c9 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,3 +4,6 @@
 [submodule "Documents/Shore/ssh-ca"]
 	path = Documents/Shore/ssh-ca
 	url = https://www.shore.co.il/cgit/ssh-ca/
+[submodule "Documents/Shore/bundle_certs"]
+	path = Documents/Shore/bundle_certs
+	url = https://www.shore.co.il/cgit/bundle_certs/
diff --git a/Documents/Shore/bundle_certs b/Documents/Shore/bundle_certs
new file mode 160000
index 0000000..8e653e8
--- /dev/null
+++ b/Documents/Shore/bundle_certs
@@ -0,0 +1 @@
+Subproject commit 8e653e83cd3d3f5425b775391b5eaabe2d45028e
-- 
GitLab