Noted new, sane, method to create certificates
authoraland <aland>
Tue, 24 Apr 2007 15:31:05 +0000 (15:31 +0000)
committeraland <aland>
Tue, 24 Apr 2007 15:31:05 +0000 (15:31 +0000)
raddb/eap.conf

index 72193ed..cdc5f94 100644 (file)
 
                ## EAP-TLS
                #
-               #  To generate ctest certificates, run the script
+               #  To generate test certificates, do:
                #
-               #       ../scripts/certs.sh
+               #       $ cd ./certs
+               #       $ make
+               #
+               #  See also the "README" file in that directory.
                #
                #  The documents on http://www.freeradius.org/doc
                #  are old, but may be helpful.
                #
                #tls {
                #       private_key_password = whatever
-               #       private_key_file = ${raddbdir}/certs/cert-srv.pem
+               #       private_key_file = ${raddbdir}/certs/server.pem
 
                        #  If Private key & Certificate are located in
                        #  the same file, then private_key_file &
                        #  certificate_file must contain the same file
                        #  name.
-               #       certificate_file = ${raddbdir}/certs/cert-srv.pem
+               #       certificate_file = ${raddbdir}/certs/server.pem
 
                        #  Trusted Root CA list
-               #       CA_file = ${raddbdir}/certs/demoCA/cacert.pem
+               #       CA_file = ${raddbdir}/certs/ca.pem
 
                        #
                        #  For DH cipher suites to work, you have to