Hi all,

I got a problem when I want to access the PEAP wifi in our university using my router (Buffalo WZR-HP-G300NH).

My wireless configuration file is like this:

  config wifi-iface 
      option device         "ath0" 
      option network        lan 
      option ssid           OpenWrt 
      option eap_type       peap 
      option ca_cert        "/etc/config/certs/ca.crt" 
      option auth           MSCHAPV2 
      option identity       username 
      option password       password

However, I cannot find the "/etc/config/certs/ca.crt" file (there is no cert directory under config). So does anyone know where can I find this authorisation file? Thanks in advance