mirror of
https://github.com/chris2511/xca.git
synced 2026-09-12 19:51:05 +05:00
X Certificate and Key management
|
|
||
|---|---|---|
| debian | ||
| doc | ||
| img | ||
| lib | ||
| rpm | ||
| AUTHORS | ||
| CertDetail.ui | ||
| CertExtend.ui | ||
| config.guess | ||
| config.h.in | ||
| config.sub | ||
| configure.ac | ||
| COPYRIGHT | ||
| CrlDetail.ui | ||
| ExportCert_UI.ui | ||
| ExportCert.cpp | ||
| ExportCert.h | ||
| ExportKey_UI.ui | ||
| ExportKey.cpp | ||
| ExportKey.h | ||
| ExportTinyCA_UI.ui | ||
| ExportTinyCA.cpp | ||
| ExportTinyCA.h | ||
| install-sh | ||
| KeyDetail.ui | ||
| main.cpp | ||
| MainWindow_UI.ui | ||
| MainWindow.cpp | ||
| MainWindow.h | ||
| MainWindowCrl.cpp | ||
| MainWindowKeys.cpp | ||
| MainWindowTemps.cpp | ||
| MainWindowX509.cpp | ||
| MainWindowX509Req.cpp | ||
| Makefile.in | ||
| mkxcapro.sh | ||
| NewKey.ui | ||
| NewX509_UI.ui | ||
| NewX509.cpp | ||
| NewX509.h | ||
| PassRead.ui | ||
| PassWrite.ui | ||
| README | ||
| ReqDetail.ui | ||
| results.in | ||
| TrustState.ui | ||
| xca_de.ts | ||
| xca_es.ts | ||
| xca.dsp | ||
| xca.dsw | ||
| xca.nsi | ||
| xca.opt | ||
| xca.pro | ||
-------------------=[ XCA ]=--------------------- A graphical userinterface to OpenSSL. handling keys, generating Certificate signing requests, handling of client and root-certificates, as well as handling multiple CAs with signing , CRL and certificate templates. Requirements: ============== for compilation, you need the following Libraries: QT-2.2.4 from http://www.troll.no BercleyDB-3.3 from http://www.sleepycat.com OpenSSl-0.9.6 from http://www.openssl.org GNU C++ compiler 2.95 GNU make Installation: ============= should be straight forward: just type 'configure' to configure the package, then type 'make' to compile and as root: 'make install' for installation please contact me, if you could compile the program with other than the recommended software packages, or on an other platform than Linux, or if it failed :-) Running/invoking: ================= xca can be invoked with one argument (next to the usual X args) which is the filename of the database created/used in ~/xca/ the default filename is xca.db When running the software its usage should be straight forward. Some functions can be reached via a context-menu by right-clicking the cert/request/key. ---------------------------------------------------------- if there are any questions regarding this software, dont hesitate to contact me: christian@hohnstaedt.de $Id$