Hello,
I deployed my kubernetes network following helm installation : free5GC Helm Installation - free5GC
Every pod works fine but I can’t find NF keys (xxsslkey.log) that allow decryption of tls packets. When deploying with the conventional method I found the NF keys in /free5gc/log/20240920_154846/key/ but I can’t find this folder with my kubernetes setup.
Do someone know where this files are ?
As a side note I tried to disable TLS by editing free5gc-helm/charts/free5gc/values.yaml but the sbi scheme was already set to http so my packets shouldn’t be encrypted. Yet when I analyse my pcap in wireshark they are encrypted.
EDIT : Im also searching for a way to reproduce the test.sh script when with the kubernetes deployment
Have a nice day,