mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-04 14:20:09 +00:00
13 lines
288 B
Text
13 lines
288 B
Text
#### a sample configuration file for EAP-TLS
|
|
|
|
#Certificate and Private key files
|
|
#Cred = "<Path to certificate>" : "<Path to private Key>";
|
|
|
|
#CA file
|
|
#CA = "<Path to CA file>";
|
|
|
|
#CRL file
|
|
#CRL = "<Path to CRL file>";
|
|
|
|
#Enable/disable checking certificate's CN
|
|
check_cert_cn_username = 1;
|