home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / ssl-cert / ssleay.cnf
Encoding:
Text File  |  2010-12-12  |  337 b   |  16 lines

  1. #
  2. # SSLeay example configuration file.
  3. #
  4.  
  5. RANDFILE                = /dev/urandom
  6.  
  7. [ req ]
  8. default_bits            = 2048
  9. default_keyfile         = privkey.pem
  10. distinguished_name      = req_distinguished_name
  11. prompt                  = no
  12. policy            = policy_anything
  13.  
  14. [ req_distinguished_name ]
  15. commonName                      = @HostName@
  16.