Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorVictor Popov <v.popov@corp.mail.ru>2019-01-09 15:57:53 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2019-01-09 16:43:38 +0300
commita316bfd1a28dc75b538d1724d3ef85a3a6104e7a (patch)
tree6a8e9cf8207d8854f4ec0d2328a79466920dd298 /tools
parentf77bb825dd14a78280faf8cf79643ef06782c32b (diff)
[tools][GDPR][dirty-hack] disable certificate checking
This disables checking of user certificate expiring soon. The check should be enabled back when GDPR requests feature will be launched.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/unix/check_cert.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/unix/check_cert.sh b/tools/unix/check_cert.sh
index 2446526640..6824f4ccc9 100755
--- a/tools/unix/check_cert.sh
+++ b/tools/unix/check_cert.sh
@@ -1,4 +1,5 @@
#!/bin/bash
+exit 0
MONTHS_BEFORE_EXPIRATION_TO_BREAK="3"
PRIVATE_H=$1