laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/docker-playground/+/30159 )

Change subject: ttcn3-pgw-test: update freeDiameter-smf.conf
......................................................................

ttcn3-pgw-test: update freeDiameter-smf.conf

Recent open5gs changed location of the TLS key and certificate files:

  commit 0859dd44530a944076c207c750188572effc2709
  Author: Sukchan Lee <[email protected]>
  Date:   Sat Nov 12 09:37:43 2022 +0900

      Follow-up on #1865

Updating paths makes the open5gs-master work, however the -latest
still installs these files to '/etc/freeDiameter/'.  Let's remove
both 'TLS_Cred' and 'TLS_CA' params, we are not using TLS anyway.

Change-Id: Ic90f713fb127f8d5407c18553b29b3c2be141420
---
M ttcn3-pgw-test/freeDiameter-smf.conf
1 file changed, 0 insertions(+), 2 deletions(-)

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



diff --git a/ttcn3-pgw-test/freeDiameter-smf.conf 
b/ttcn3-pgw-test/freeDiameter-smf.conf
index 19e41f6..afa9298 100644
--- a/ttcn3-pgw-test/freeDiameter-smf.conf
+++ b/ttcn3-pgw-test/freeDiameter-smf.conf
@@ -106,7 +106,6 @@
 # Default : NO DEFAULT
 #TLS_Cred = "<x509 certif file.PEM>" , "<x509 private key file.PEM>";
 #TLS_Cred = "/etc/ssl/certs/freeDiameter.pem", 
"/etc/ssl/private/freeDiameter.key";
-TLS_Cred = "/etc/freeDiameter/smf.cert.pem", "/etc/freeDiameter/smf.key.pem";

 # Certificate authority / trust anchors
 # The file containing the list of trusted Certificate Authorities (PEM list)
@@ -114,7 +113,6 @@
 # The directive can appear several times to specify several files.
 # Default : GNUTLS default behavior
 #TLS_CA = "<file.PEM>";
-TLS_CA = "/etc/freeDiameter/cacert.pem";

 # Certificate Revocation List file
 # The information about revoked certificates.

--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/30159
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ic90f713fb127f8d5407c18553b29b3c2be141420
Gerrit-Change-Number: 30159
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to