summaryrefslogtreecommitdiff
path: root/src/appMain
diff options
context:
space:
mode:
authorAndriy Byzhynar <AByzhynar@luxoft.com>2018-04-12 20:10:35 +0300
committerAndrii Kalinich <AKalinich@luxoft.com>2018-06-18 20:18:46 +0300
commit1e1c90e6871f4ea1e795cb25b944b9ca2274fda9 (patch)
tree98ab91be589c75d3c145773b12e81103dfa00c77 /src/appMain
parenta7eba255dff0581da32e682a585ae833559a4082 (diff)
downloadsdl_core-1e1c90e6871f4ea1e795cb25b944b9ca2274fda9.tar.gz
Add correct certificate expiration handling
Diffstat (limited to 'src/appMain')
-rw-r--r--src/appMain/smartDeviceLink.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/appMain/smartDeviceLink.ini b/src/appMain/smartDeviceLink.ini
index 26b5c8a295..e128bc1a2e 100644
--- a/src/appMain/smartDeviceLink.ini
+++ b/src/appMain/smartDeviceLink.ini
@@ -152,8 +152,8 @@ HelpCommand = Help
AppInfoStorage = app_info.dat
[Security Manager]
-Protocol = TLSv1.2
-;Protocol = DTLSv1.0
+;Protocol = TLSv1.2
+Protocol = DTLSv1.0
; Certificate and key path to pem file
CertificatePath = mycert.pem
KeyPath = mykey.pem