diff options
author | kali <kali@leap.se> | 2012-09-19 05:02:30 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-09-19 05:02:30 +0900 |
commit | 79db1d90f617d90cda61a790c92a54afcf30ff16 (patch) | |
tree | e00fd31fcd392675caea4b597e86b5eb6ffd59c5 /src/leap/eip/constants.py | |
parent | 89735a5fd3c81e8aba3cb7b1d4836c1bf1e8c098 (diff) |
checks for certificate
Diffstat (limited to 'src/leap/eip/constants.py')
-rw-r--r-- | src/leap/eip/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/eip/constants.py b/src/leap/eip/constants.py index ce50f5e0..9af5a947 100644 --- a/src/leap/eip/constants.py +++ b/src/leap/eip/constants.py @@ -1,3 +1,3 @@ # not used anymore with the new JSONConfig.slug EIP_CONFIG = "eip.json" -EIP_SERVICE_EXPECTED_PATH = "eip-service.json" +EIP_SERVICE_EXPECTED_PATH = "1/config/eip-service.json" |