14 lines
301 B
Plaintext
14 lines
301 B
Plaintext
#### 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;
|