]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Change snake oil certs to example.org, instead of example.com
authorAlan T. DeKok <aland@freeradius.org>
Sun, 21 Jun 2015 13:38:58 +0000 (09:38 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 22 Jun 2015 17:54:19 +0000 (13:54 -0400)
raddb/certs/ca.cnf
raddb/certs/client.cnf
raddb/certs/server.cnf
raddb/mods-config/files/authorize
src/tests/eap-tls.conf

index b7352dc715f841101f51918ef0bc70104b4718fe..8e866e00b00777c71aed15291b0d328049bfe6f0 100644 (file)
@@ -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
 
index 9627c67ddd6cdb6d759caf4e24fc129c910e47df..2650e477bcf486b93f0ae71430dc1d2e227b56ce 100644 (file)
@@ -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
index 48af1f2dd46a6ee828bc12dde99a023c72941c21..025ebb5014cbdbbcf0627c69103ae4f46a02b00b 100644 (file)
@@ -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"
 
index 67e0cd4e8ae088c5ef7df1ce3d65d8334bd721a9..3e8d0df8d5f2600dabbdb5d0ff51027da93e52ec 100644 (file)
@@ -1,3 +1,5 @@
+bob    Cleartext-Password := "bob"
+
 #
 #      Configuration file for the rlm_files module.
 #      Please see rlm_files(5) manpage for more information.
index 0d1b31e981d9be1b81822b908c8a90bd030d12f7..86cdda71a35ad1e82206de2f80f2120a2d55d40b 100644 (file)
@@ -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"