dexter has submitted this change. ( 
https://gerrit.osmocom.org/c/onomondo-eim/+/43209?usp=email )

 (

2 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted 
one.
 )Change subject: config: update sys.dev.config
......................................................................

config: update sys.dev.config

The config file sys.dev.config still has outdated SSL certificate
paths in it. Let's fix it up so that it has the correct paths.

Related: SYS#8100
Change-Id: I4d8c91d787e6932fbcab7f0dcbdea620894a61c2
---
M config/sys.dev.config
1 file changed, 8 insertions(+), 8 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved
  jolly: Looks good to me, but someone else must approve




diff --git a/config/sys.dev.config b/config/sys.dev.config
index 4072af3..a6eb22a 100644
--- a/config/sys.dev.config
+++ b/config/sys.dev.config
@@ -3,24 +3,24 @@
         {esipa_ip, {127, 0, 0, 1}},
         {esipa_port, 8000},
         {esipa_ssl_disable, true},
-        {esipa_ssl_cert, "config/sample_ssl_cert.crt"},
-        {esipa_ssl_key, "config/sample_ssl_cert.key"},
+        {esipa_ssl_cert, "sample_ssl_cert.crt"},
+        {esipa_ssl_key, "sample_ssl_cert.key"},
         {rest_ip, {127, 0, 0, 1}},
         {rest_port, 8080},
         {eim_id, "eIM"},
         {es9p_ssl_disable, true},
-        {eim_cert, "config/sample_eim_cert_nist.crt"},
-        {eim_key, "config/sample_eim_cert_nist.key"},
+        {eim_cert, "sample_eim_cert_nist.crt"},
+        {eim_key, "sample_eim_cert_nist.key"},
         {counter_value, 1},
         {consumer_euicc, true},
         {rest_timeout_stuck, 300},
         {rest_timeout_noshow, 1800},
         {rest_timeout_expired, 86400},
         {root_ci_certs, [
-            "config/sgp26_gsma_root_ci_cert_nist_symantec.crt",
-            "config/sgp26_gsma_root_ci_cert_nist_oiste.crt",
-            "config/sgp26_test_root_ci_cert_nist.crt",
-            "config/sgp26_test_root_ci_cert_brainpool.crt"
+            "sgp26_gsma_root_ci_cert_nist_symantec.crt",
+            "sgp26_gsma_root_ci_cert_nist_oiste.crt",
+            "sgp26_test_root_ci_cert_nist.crt",
+            "sgp26_test_root_ci_cert_brainpool.crt"
         ]}
     ]}
 ].

--
To view, visit https://gerrit.osmocom.org/c/onomondo-eim/+/43209?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: onomondo-eim
Gerrit-Branch: master
Gerrit-Change-Id: I4d8c91d787e6932fbcab7f0dcbdea620894a61c2
Gerrit-Change-Number: 43209
Gerrit-PatchSet: 3
Gerrit-Owner: dexter <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <[email protected]>
Gerrit-Reviewer: jolly <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>

Reply via email to