Skip to content

Commit

Permalink
Merge pull request #108 from free5gc/106-tls-config-of-the-network-fu…
Browse files Browse the repository at this point in the history
…nctions-are-ignored

fix(config): update nrf tls config section
  • Loading branch information
abousselmi authored May 2, 2024
2 parents 9651cb5 + f531809 commit 0f41d31
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/nrfcfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ configuration:
registerIPv4: nrf.free5gc.org # IP used to serve NFs or register to another NRF
bindingIPv4: nrf.free5gc.org # IP used to bind the service
port: 8000 # port used to bind the service
tls: # the local path of TLS key
cert: # the local path of TLS key
pem: cert/nrf.pem # NRF TLS Certificate
key: cert/nrf.key # NRF TLS Private key
rootcert: # the local path of root CA certs
pem: cert/nrf.pem
key: cert/nrf.key
oauth: false
DefaultPlmnId:
mcc: 208 # Mobile Country Code (3 digits string, digit: 0~9)
mnc: 93 # Mobile Network Code (2 or 3 digits string, digit: 0~9)
Expand Down

0 comments on commit 0f41d31

Please sign in to comment.