home *** CD-ROM | disk | FTP | other *** search
/ Programming with VisualAge for Java / IBMVJAVA.ISO / icswin95 / _setup.lib / security.cnf < prev   
Encoding:
Text File  |  1997-04-07  |  947 b   |  39 lines

  1. #
  2. #  Security directives.
  3. #
  4. #  sslmode:
  5. #     Use this directive to turn on/off SSL security using the port specified by the
  6. #     sslport directive.
  7. #     Syntax:  sslmode <on/off>
  8. #     Default:  on
  9. #
  10. sslmode    on
  11.  
  12. #
  13. #  sslport:
  14. #     Use this directive to specify the port that should be used for SSL transactions.
  15. #     Syntax:  sslport <port number>
  16. #     Default:  443
  17. #
  18. sslport   443
  19.  
  20. #
  21. #  normalmode:
  22. #     Use this directive to turn on/off non-secure transactions over the port you
  23. #     specify with the port directive.
  24. #     Syntax:  normalmode:  <on/off>
  25. #     Default:  on
  26. #
  27. normalmode  on
  28.  
  29. #
  30. #  keyfile:
  31. #    Use this directive to specify the names of key files that are available.  Multiple
  32. #    keyfile directives are allowed.
  33. #    Syntax:  keyfile   <filename.kyr>
  34. #    Default: keyfile.kyr
  35. #    Note:  The last file in the list is the file that the server will use.
  36. #
  37.  
  38. keyfile keyfile.kyr
  39.