Permalink
Please sign in to comment.
Browse files
Added support for TLS-Cert-* and TLS-Client-Cert-* attributes
This has been needed for a long time. They only work for methods which use a client certificate, but it's a start.
- Loading branch information...
Showing
with
127 additions
and 8 deletions.
| @@ -0,0 +1,15 @@ | ||
| +# | ||
| +# eapol_test -c eap-tls.conf -s testing123 | ||
| +# | ||
| +# Set also "nostrip" in raddb/proxy.conf, realm "example.com" | ||
| +# And make it a LOCAL realm. | ||
| +# | ||
| +network={ | ||
| + key_mgmt=WPA-EAP | ||
| + eap=TLS | ||
| + identity="user@example.com" | ||
| + ca_cert="../../raddb/certs/ca.pem" | ||
| + client_cert="../../raddb/certs/client.crt" | ||
| + private_key="../../raddb/certs/client.key" | ||
| + private_key_passwd="whatever" | ||
| +} |
0 comments on commit
a368a6f