Brian Waters | 13d9601 | 2017-12-08 16:53:31 -0600 | [diff] [blame] | 1 | #### a sample configuration file for EAP-TLS |
2 | |||||
3 | #Certificate and Private key files | ||||
4 | #Cred = "<Path to certificate>" : "<Path to private Key>"; | ||||
5 | |||||
6 | #CA file | ||||
7 | #CA = "<Path to CA file>"; | ||||
8 | |||||
9 | #CRL file | ||||
10 | #CRL = "<Path to CRL file>"; | ||||
11 | |||||
12 | #Enable/disable checking certificate's CN | ||||
13 | check_cert_cn_username = 1; |