From b03a92a7441dad3e6ac3566f96a6e54cacc684fd Mon Sep 17 00:00:00 2001 From: Furkan Kalkan Date: Mon, 28 Aug 2017 19:38:21 +0300 Subject: [PATCH] Update and rename git_ssl_iptal to git_ssl_tamir --- bin/git_ssl_iptal | 1 - bin/git_ssl_tamir | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100755 bin/git_ssl_iptal create mode 100755 bin/git_ssl_tamir diff --git a/bin/git_ssl_iptal b/bin/git_ssl_iptal deleted file mode 100755 index 80785762d..000000000 --- a/bin/git_ssl_iptal +++ /dev/null @@ -1 +0,0 @@ -git config --global http.sslVerify false diff --git a/bin/git_ssl_tamir b/bin/git_ssl_tamir new file mode 100755 index 000000000..c5cca70da --- /dev/null +++ b/bin/git_ssl_tamir @@ -0,0 +1 @@ +git config --global http.sslCAinfo /etc/ssl/ca-bundle.crt