diff --git a/configs/open5gs/scp.yaml.in b/configs/open5gs/scp.yaml.in index 2387410da..3388d8b05 100644 --- a/configs/open5gs/scp.yaml.in +++ b/configs/open5gs/scp.yaml.in @@ -83,3 +83,44 @@ scp: # client: # nrf: # - uri: http://127.0.0.10:7777 +# +################################################################################ +# HTTPS scheme with TLS +################################################################################ +# o Set as default if not individually set +# default: +# tls: +# server: +# scheme: https +# private_key: @sysconfdir@/open5gs/tls/scp.key +# cert: @sysconfdir@/open5gs/tls/scp.crt +# client: +# scheme: https +# cacert: @sysconfdir@/open5gs/tls/ca.crt +# sbi: +# server: +# - address: scp.localdomain +# client: +# nrf: +# - uri: https://nrf.localdomain +# +# o Add client TLS verification +# default: +# tls: +# server: +# scheme: https +# private_key: @sysconfdir@/open5gs/tls/scp.key +# cert: @sysconfdir@/open5gs/tls/scp.crt +# verify_client: true +# verify_client_cacert: @sysconfdir@/open5gs/tls/ca.crt +# client: +# scheme: https +# cacert: @sysconfdir@/open5gs/tls/ca.crt +# client_private_key: @sysconfdir@/open5gs/tls/scp.key +# client_cert: @sysconfdir@/open5gs/tls/scp.crt +# sbi: +# server: +# - address: scp.localdomain +# client: +# nrf: +# - uri: https://nrf.localdomain diff --git a/debian/control b/debian/control index 5923176a6..8cb84efbd 100644 --- a/debian/control +++ b/debian/control @@ -277,6 +277,7 @@ Depends: ${misc:Depends}, open5gs-pcrf (= ${binary:Version}), open5gs-nrf (= ${binary:Version}), open5gs-scp (= ${binary:Version}), + open5gs-sepp (= ${binary:Version}), open5gs-ausf (= ${binary:Version}), open5gs-udm (= ${binary:Version}), open5gs-pcf (= ${binary:Version}),