Skip to content
Snippets Groups Projects
Commit 5a5eb959 authored by nimrod's avatar nimrod
Browse files

Added the bundle_certs as git submodule, now the files are (safely) sourced in

.bashrc.
parent 8c9dcc38
No related branches found
No related tags found
No related merge requests found
...@@ -56,3 +56,5 @@ alias ggo='sudo GOPATH=/usr/share/go go' ...@@ -56,3 +56,5 @@ alias ggo='sudo GOPATH=/usr/share/go go'
gen-csr () { gen-csr () {
openssl req -new -newkey rsa:4096 -nodes -out $1.csr -keyout $1.key openssl req -new -newkey rsa:4096 -nodes -out $1.csr -keyout $1.key
} }
. Documents/Shore/bundle_certs/bundle_certs
...@@ -4,3 +4,6 @@ ...@@ -4,3 +4,6 @@
[submodule "Documents/Shore/ssh-ca"] [submodule "Documents/Shore/ssh-ca"]
path = Documents/Shore/ssh-ca path = Documents/Shore/ssh-ca
url = https://www.shore.co.il/cgit/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/
bundle_certs @ 8e653e83
Subproject commit 8e653e83cd3d3f5425b775391b5eaabe2d45028e
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment