Skip to content

Commit

Permalink
Fix the example configuration for AMF-TLS
Browse files Browse the repository at this point in the history
  • Loading branch information
acetcom committed Jan 2, 2025
1 parent f04497a commit fce22ca
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions configs/open5gs/amf.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -164,16 +164,19 @@ amf:
# tls:
# server:
# scheme: https
# private_key: @sysconfdir@/open5gs/tls/nrf.key
# cert: @sysconfdir@/open5gs/tls/nrf.crt
# private_key: @sysconfdir@/open5gs/tls/amf.key
# cert: @sysconfdir@/open5gs/tls/amf.crt
# sslkeylogfile: @localstatedir@/log/open5gs/tls/amf-server-sslkeylog.log
# client:
# scheme: https
# cacert: @sysconfdir@/open5gs/tls/ca.crt
# client_sslkeylogfile: @localstatedir@/log/open5gs/tls/amf-client-sslkeylog.log
# sbi:
# server:
# - address: nrf.localdomain
# - address: amf.localdomain
# client:
# nrf:
# - uri: https://nrf.localdomain
#
# o Add client TLS verification
# default:
Expand Down

0 comments on commit fce22ca

Please sign in to comment.