forked from openxpki/openxpki.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (37 loc) · 2.19 KB
/
Copy pathindex.html
File metadata and controls
42 lines (37 loc) · 2.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
layout: default
---
<div class="well">
<h1>The OpenXPKI Project</h1>
<p>The OpenXPKI project has the vision to publish a software stack
that provides all necessary components to manage keys and certificates
primarily based on the X509v3 cryptography standard.</p>
<h2>Project Status</h2>
<p>We released the first stable version on the 10th anniversary of the
project on October 20th. Packages for Debian Jessie are available on the
package mirror, see the <a href="http://openxpki.readthedocs.org/en/latest/quickstart.html">
quickstart</a> for installation details.</p>
<p>For a quick overview on the project, we recommend to check the
<a href="/2015/10/workshop-slides/">slides from the release workshop</a>
or use <a href="http://demo.openxpki.org">our demo installation.</a></p>
<h2>Core Features</h2>
<ul>
<li>WebUI compatible with all major browsers</li>
<li>Ready-to-run example config included</li>
<li>Support for SCEP (Simple Certificate Enrollment Protocol)</li>
<li>Easy adjustment of workflows to personal needs</li>
<li>Run multiple separate CAs with a single installation, automated rollover of CA generations</li>
<li>Can use Hardware Security Modules (e. g. Thales HSMs) for crypto operations</li>
<li>Issue certificates with public trusted CAs (e. g. SwissSign, Comodo, VeriSign)</li>
<li>Based on OpenSSL and Perl, runs on most *nix platforms</li>
<li>100% Open Source, commercial support available</li>
<li>check out the <a href="/roadmap.html">roadmap</a> for planned features</li>
</ul>
<h2>Resources</h2>
<ul>
<li>Development and issue tracking using <a href="https://github.com/openxpki/openxpki">github</a></li>
<li>Mailing lists for <a href="https://lists.sourceforge.net/lists/listinfo/openxpki-users">users</a> and <a href="https://lists.sourceforge.net/lists/listinfo/openxpki-devel">developer</a></li>
<li>Documentation (some) at <a href="http://openxpki.readthedocs.org/en/latest/">ReadTheDocs</a></li>
<li>Package repository at <a href="http://packages.openxpki.org/">http://packages.openxpki.org/</a> (Debian Wheezy only, yet. SLES and Ubuntu coming soon).</a></li>
</ul>
</div>