default_md = sha256
preserve = no
policy = policy_match
-crlDistributionPoints = URI:http://www.example.com/example_ca.crl
+crlDistributionPoints = URI:http://www.example.org/example_ca.crl
[ policy_match ]
countryName = match
stateOrProvinceName = Radius
localityName = Somewhere
organizationName = Example Inc.
-emailAddress = admin@example.com
+emailAddress = admin@example.org
commonName = "Example Certificate Authority"
[v3_ca]
subjectKeyIdentifier = hash
authorityKeyIdentifier = keyid:always,issuer:always
basicConstraints = CA:true
-crlDistributionPoints = URI:http://www.example.com/example_ca.crl
+crlDistributionPoints = URI:http://www.example.org/example_ca.crl
stateOrProvinceName = Radius
localityName = Somewhere
organizationName = Example Inc.
-emailAddress = user@example.com
-commonName = user@example.com
+emailAddress = user@example.org
+commonName = user@example.org
stateOrProvinceName = Radius
localityName = Somewhere
organizationName = Example Inc.
-emailAddress = admin@example.com
+emailAddress = admin@example.org
commonName = "Example Server Certificate"
+bob Cleartext-Password := "bob"
+
#
# Configuration file for the rlm_files module.
# Please see rlm_files(5) manpage for more information.
network={
key_mgmt=WPA-EAP
eap=TLS
- identity="user@example.com"
+ identity="user@example.org"
ca_cert="../../raddb/certs/ca.pem"
client_cert="../../raddb/certs/client.crt"
private_key="../../raddb/certs/client.key"