From: Alan T. DeKok Date: Sun, 21 Jun 2015 13:38:58 +0000 (-0400) Subject: Change snake oil certs to example.org, instead of example.com X-Git-Tag: release_3_0_9~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e515684bc716970b3cb41dc3aaca71e7ac977fde;p=thirdparty%2Ffreeradius-server.git Change snake oil certs to example.org, instead of example.com --- diff --git a/raddb/certs/ca.cnf b/raddb/certs/ca.cnf index b7352dc715f..8e866e00b00 100644 --- a/raddb/certs/ca.cnf +++ b/raddb/certs/ca.cnf @@ -19,7 +19,7 @@ default_crl_days = 30 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 @@ -51,12 +51,12 @@ countryName = FR 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 diff --git a/raddb/certs/client.cnf b/raddb/certs/client.cnf index 9627c67ddd6..2650e477bcf 100644 --- a/raddb/certs/client.cnf +++ b/raddb/certs/client.cnf @@ -49,5 +49,5 @@ countryName = FR stateOrProvinceName = Radius localityName = Somewhere organizationName = Example Inc. -emailAddress = user@example.com -commonName = user@example.com +emailAddress = user@example.org +commonName = user@example.org diff --git a/raddb/certs/server.cnf b/raddb/certs/server.cnf index 48af1f2dd46..025ebb5014c 100644 --- a/raddb/certs/server.cnf +++ b/raddb/certs/server.cnf @@ -49,6 +49,6 @@ countryName = FR stateOrProvinceName = Radius localityName = Somewhere organizationName = Example Inc. -emailAddress = admin@example.com +emailAddress = admin@example.org commonName = "Example Server Certificate" diff --git a/raddb/mods-config/files/authorize b/raddb/mods-config/files/authorize index 67e0cd4e8ae..3e8d0df8d5f 100644 --- a/raddb/mods-config/files/authorize +++ b/raddb/mods-config/files/authorize @@ -1,3 +1,5 @@ +bob Cleartext-Password := "bob" + # # Configuration file for the rlm_files module. # Please see rlm_files(5) manpage for more information. diff --git a/src/tests/eap-tls.conf b/src/tests/eap-tls.conf index 0d1b31e981d..86cdda71a35 100644 --- a/src/tests/eap-tls.conf +++ b/src/tests/eap-tls.conf @@ -7,7 +7,7 @@ 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"