Skip to content

Commit

Permalink
fix(config): update nrf tls config section
Browse files Browse the repository at this point in the history
  • Loading branch information
abousselmi committed May 2, 2024
1 parent 9651cb5 commit f531809
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 f531809

Please sign in to comment.