Changing the CaPath for SSL certificates
Modifying the CaPath for SSL certs in gps.conf to be used by xtra-daemon while estalishing SSL connection for downloading XTRA file. Change-Id: Id360b21fdda8b539568cbd505c16e99ee1ad6816 CRs-Fixed: 2432184
This commit is contained in:
parent
3d5fbdc402
commit
e3240df27f
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ ERR_ESTIMATE=0
|
|||
NTP_SERVER=time.izatcloud.net
|
||||
|
||||
#XTRA CA path
|
||||
XTRA_CA_PATH=/system/etc/security/cacerts
|
||||
XTRA_CA_PATH=/usr/lib/ssl/certs
|
||||
|
||||
# DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info
|
||||
# 4 - Debug, 5 - Verbose
|
||||
|
|
Loading…
Reference in a new issue