dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/onomondo-eim/+/43209?usp=email )
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(-)
git pull ssh://gerrit.osmocom.org:29418/onomondo-eim refs/changes/09/43209/1
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" ]} ]} ].