README
上传用户:stc1860
上传日期:2007-01-12
资源大小:234k
文件大小:1k
源码类别:

CA认证

开发平台:

MultiPlatform

  1. -------------------=[ XCA ]=---------------------
  2. A graphical userinterface to OpenSSL.
  3. handling keys, generating Certificate signing requests,
  4. handling of client and root-certificates, 
  5. as well as handling multiple CAs with signing , CRL
  6. and certificate templates.
  7. Requirements:
  8. ==============
  9. for compilation, you need the following Libraries:
  10. QT-2.2.4        from http://www.troll.no
  11. BercleyDB-3.3   from http://www.sleepycat.com
  12. OpenSSl-0.9.6   from http://www.openssl.org
  13. GNU C++ compiler 2.95
  14. GNU make
  15. Installation:
  16. =============
  17. should be straight forward:
  18. just type 'configure' to configure the package,
  19. then type 'make' to compile
  20. and as root: 'make install'
  21. for installation
  22. please contact me, if you could compile the program with other
  23. than the recommended software packages, or on an other platform
  24. than Linux, or if it failed :-)
  25. Running/invoking:
  26. =================
  27. xca can be invoked with one argument (next to the usual X args) which is
  28. the filename of the database created/used in ~/xca/ the default 
  29. filename is xca.db
  30. When running the software its usage should be straight forward.
  31. Some functions can be reached via a context-menu by right-clicking
  32. the cert/request/key.
  33. ----------------------------------------------------------
  34. if there are any questions regarding this software,
  35. dont hesitate to contact me:
  36. christian@hohnstaedt.de
  37. $Id: README,v 1.6 2002/10/17 17:13:20 chris Exp $