Skip to content

Commit

Permalink
Release V0.1
Browse files Browse the repository at this point in the history
* Create and manage your own root certificates and certificate
authorities
* Create intermediate certificates for grouping of certificates
* Create server side certificates for setting up trusted and encrypted
connections
* Create client side certificates for authentication and authorization
* Support for advanced v3 certificates containing subject alt names
* Revoke certificates within one mouse click and download Certificate
Revoke Lists (CRL)
* Download certificates, keys, and keystore packages for your webserver
and installation
* Keep track of validity of your certificates via ics / iCal calendar
export containing expiration dates
* Protect your certificates via passphrases
* Evaluate your certificates via the info button
* Use the PKI without webinterface from the command line
  • Loading branch information
bjarnoldus committed May 31, 2016
1 parent e73e740 commit 7b8c3c5
Show file tree
Hide file tree
Showing 17 changed files with 59 additions and 59 deletions.
2 changes: 1 addition & 1 deletion bounca/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

#version types: final, 'alpha', 'beta', 'rc'

VERSION = (0, 1, 0, 'rc', 0)
VERSION = (0, 1, 0, 'final', 0)

__version__ = get_version(VERSION)
2 changes: 1 addition & 1 deletion bounca/static/docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 23fccfaac50e21b40d0e9a2070ecd936
config: 371d4b46a9e570145d96f4f156d0471c
tags: 645f666f9bcd5a90fca523b33c5a78b7
8 changes: 4 additions & 4 deletions bounca/static/docs/contribution.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Contribution &mdash; &lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1c0 documentation</title>
<title>Contribution &mdash; &lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1 documentation</title>



Expand All @@ -30,7 +30,7 @@



<link rel="top" title="&lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1c0 documentation" href="index.html"/>
<link rel="top" title="&lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1 documentation" href="index.html"/>
<link rel="prev" title="Appendix" href="ssl/appendix.html"/>


Expand Down Expand Up @@ -59,7 +59,7 @@


<div class="version">
dev
0.1
</div>


Expand Down Expand Up @@ -195,7 +195,7 @@ <h2>External Resources<a class="headerlink" href="#external-resources" title="Pe
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'0.1c0',
VERSION:'0.1',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
Expand Down
8 changes: 4 additions & 4 deletions bounca/static/docs/features.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>BounCA features &mdash; &lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1c0 documentation</title>
<title>BounCA features &mdash; &lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1 documentation</title>



Expand All @@ -30,7 +30,7 @@



<link rel="top" title="&lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1c0 documentation" href="index.html"/>
<link rel="top" title="&lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1 documentation" href="index.html"/>
<link rel="next" title="Support" href="support.html"/>
<link rel="prev" title="Getting Started" href="getting_started.html"/>

Expand Down Expand Up @@ -60,7 +60,7 @@


<div class="version">
dev
0.1
</div>


Expand Down Expand Up @@ -270,7 +270,7 @@ <h2>Use the PKI without webinterface from the command line<a class="headerlink"
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'0.1c0',
VERSION:'0.1',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
Expand Down
8 changes: 4 additions & 4 deletions bounca/static/docs/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Index &mdash; &lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1c0 documentation</title>
<title>Index &mdash; &lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1 documentation</title>



Expand All @@ -31,7 +31,7 @@



<link rel="top" title="&lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1c0 documentation" href="index.html"/>
<link rel="top" title="&lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1 documentation" href="index.html"/>


<script src="_static/js/modernizr.min.js"></script>
Expand Down Expand Up @@ -59,7 +59,7 @@


<div class="version">
dev
0.1
</div>


Expand Down Expand Up @@ -179,7 +179,7 @@ <h1 id="index">Index</h1>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'0.1c0',
VERSION:'0.1',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
Expand Down
8 changes: 4 additions & 4 deletions bounca/static/docs/getting_started.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Getting Started &mdash; &lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1c0 documentation</title>
<title>Getting Started &mdash; &lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1 documentation</title>



Expand All @@ -30,7 +30,7 @@



<link rel="top" title="&lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1c0 documentation" href="index.html"/>
<link rel="top" title="&lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1 documentation" href="index.html"/>
<link rel="next" title="BounCA features" href="features.html"/>
<link rel="prev" title="Welcome to BounCA’s documentation!" href="index.html"/>

Expand Down Expand Up @@ -60,7 +60,7 @@


<div class="version">
dev
0.1
</div>


Expand Down Expand Up @@ -349,7 +349,7 @@ <h2>Post Installation<a class="headerlink" href="#post-installation" title="Perm
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'0.1c0',
VERSION:'0.1',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
Expand Down
8 changes: 4 additions & 4 deletions bounca/static/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Welcome to BounCA’s documentation! &mdash; &lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1c0 documentation</title>
<title>Welcome to BounCA’s documentation! &mdash; &lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1 documentation</title>



Expand All @@ -30,7 +30,7 @@



<link rel="top" title="&lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1c0 documentation" href="#"/>
<link rel="top" title="&lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1 documentation" href="#"/>
<link rel="next" title="Getting Started" href="getting_started.html"/>


Expand Down Expand Up @@ -59,7 +59,7 @@


<div class="version">
dev
0.1
</div>


Expand Down Expand Up @@ -280,7 +280,7 @@ <h1>Welcome to BounCA&#8217;s documentation!<a class="headerlink" href="#welcome
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'0.1c0',
VERSION:'0.1',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
Expand Down
2 changes: 1 addition & 1 deletion bounca/static/docs/objects.inv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sphinx inventory version 2
# Project: <a href="https://www.bounca.org">BounCA</a>
# Version: dev
# Version: 0.1
# The remainder of this file is compressed using zlib.
xڍT�n�0��+X�@Oj�ko�$�Q= �����\a�L�/zP�l�bX�����H򀎅�1����Z@��P����|��e �=i+�����H'��b�yE��YՒAH�G$�������Lc3�E��I+4Q��
r9U�6C�:��R��NZ`V��,KbhƁz�.����r��Q��M:��8��w�q�o�Лv���xɎ�� �4|��,Z0q�ˆf����-&�k��]�>��Ԧ��:�]� co����P2�ӻ�͊��\I���&Y� �>�+���t�([(�շ��<_�Yv�F�����n�?Œ,�� �q�J+�K�+�>љ��� ~x��͔a�4*HtRѲ�+B/L4�6:1��„+b�I�7:͕ݡ��@��s��V!c�z��"5��Y�}�Ǟ"�.e<x��'2-���T�����ͽ٥�zMO�� $>(�H�g�7; ޔ�e��Wk ��:�y��wN���/��W#P�9�g���P1���b+e��,n�
Expand Down
8 changes: 4 additions & 4 deletions bounca/static/docs/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Search &mdash; &lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1c0 documentation</title>
<title>Search &mdash; &lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1 documentation</title>



Expand All @@ -30,7 +30,7 @@



<link rel="top" title="&lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1c0 documentation" href="index.html"/>
<link rel="top" title="&lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1 documentation" href="index.html"/>


<script src="_static/js/modernizr.min.js"></script>
Expand Down Expand Up @@ -58,7 +58,7 @@


<div class="version">
dev
0.1
</div>


Expand Down Expand Up @@ -182,7 +182,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'0.1c0',
VERSION:'0.1',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
Expand Down
8 changes: 4 additions & 4 deletions bounca/static/docs/ssl/appendix.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Appendix &mdash; &lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1c0 documentation</title>
<title>Appendix &mdash; &lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1 documentation</title>



Expand All @@ -30,7 +30,7 @@



<link rel="top" title="&lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1c0 documentation" href="../index.html"/>
<link rel="top" title="&lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1 documentation" href="../index.html"/>
<link rel="next" title="Contribution" href="../contribution.html"/>
<link rel="prev" title="Online Certificate Status Protocol" href="online_certificate_status_protocol.html"/>

Expand Down Expand Up @@ -60,7 +60,7 @@


<div class="version">
dev
0.1
</div>


Expand Down Expand Up @@ -464,7 +464,7 @@ <h2>Intermediate CA configuration file<a class="headerlink" href="#intermediate-
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../',
VERSION:'0.1c0',
VERSION:'0.1',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
Expand Down
8 changes: 4 additions & 4 deletions bounca/static/docs/ssl/certificate_revocation_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Certificate Revocation Lists &mdash; &lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1c0 documentation</title>
<title>Certificate Revocation Lists &mdash; &lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1 documentation</title>



Expand All @@ -30,7 +30,7 @@



<link rel="top" title="&lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1c0 documentation" href="../index.html"/>
<link rel="top" title="&lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1 documentation" href="../index.html"/>
<link rel="next" title="Online Certificate Status Protocol" href="online_certificate_status_protocol.html"/>
<link rel="prev" title="Sign Server and Client Certificates" href="sign_server_client_certificates.html"/>

Expand Down Expand Up @@ -60,7 +60,7 @@


<div class="version">
dev
0.1
</div>


Expand Down Expand Up @@ -321,7 +321,7 @@ <h2>Client-side use of the CRL<a class="headerlink" href="#client-side-use-of-th
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../',
VERSION:'0.1c0',
VERSION:'0.1',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
Expand Down
8 changes: 4 additions & 4 deletions bounca/static/docs/ssl/intermediate_pair.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Create the Intermediate Pair &mdash; &lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1c0 documentation</title>
<title>Create the Intermediate Pair &mdash; &lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1 documentation</title>



Expand All @@ -30,7 +30,7 @@



<link rel="top" title="&lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1c0 documentation" href="../index.html"/>
<link rel="top" title="&lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1 documentation" href="../index.html"/>
<link rel="next" title="Sign Server and Client Certificates" href="sign_server_client_certificates.html"/>
<link rel="prev" title="Create the Root Pair" href="root_pair.html"/>

Expand Down Expand Up @@ -60,7 +60,7 @@


<div class="version">
dev
0.1
</div>


Expand Down Expand Up @@ -332,7 +332,7 @@ <h2>Create the certificate chain file<a class="headerlink" href="#create-the-cer
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../',
VERSION:'0.1c0',
VERSION:'0.1',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
Expand Down
8 changes: 4 additions & 4 deletions bounca/static/docs/ssl/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Your Own Certificate Authority &mdash; &lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1c0 documentation</title>
<title>Your Own Certificate Authority &mdash; &lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1 documentation</title>



Expand All @@ -30,7 +30,7 @@



<link rel="top" title="&lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1c0 documentation" href="../index.html"/>
<link rel="top" title="&lt;a href=&#34;https://www.bounca.org&#34;&gt;BounCA&lt;/a&gt; 0.1 documentation" href="../index.html"/>
<link rel="next" title="Create the Root Pair" href="root_pair.html"/>
<link rel="prev" title="Support" href="../support.html"/>

Expand Down Expand Up @@ -60,7 +60,7 @@


<div class="version">
dev
0.1
</div>


Expand Down Expand Up @@ -198,7 +198,7 @@ <h1>Your Own Certificate Authority<a class="headerlink" href="#your-own-certific
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../',
VERSION:'0.1c0',
VERSION:'0.1',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
Expand Down
Loading

0 comments on commit 7b8c3c5

Please sign in to comment.