For creating dh_file,
this command worked out for me..
/usr/local/ssl/bin/openssl dhparam -check -text -5 512 -out dh
the above command created a file called "dh" and I am able to use it..
Rgds,
Raghavendra
Alan DeKok wrote:
"Azrai" <[EMAIL PROTECTED]> wrote:
  
I'm trying to setup tls authentication. How do I create the dh_file and
random_file to be used for tls?
    

  Good question.  For "random", you can do:

$ dd if=/dev/urandom of=random count=2

  Which should work on many systems.

  For "dh", I'm less sure.  Something goes in there, but whatever
garbage I put in seems to work..

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
  

- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to