mirror of
https://github.com/laurivosandi/certidude
synced 2025-10-29 00:19:27 +00:00
0af381fc46ef996cc7a0b1e05456682675d84d22
Certidude
=========
Certidude is a novel X.509 Certificate Authority management tool aiming to
support PKCS#11 and in far future WebCrypto
Install
-------
To install Certidude:
.. code:: bash
apt-get install python3-openssl
pip3 install certidude
Setting up CA
--------------
Certidude can set up CA relatively easily:
.. code:: bash
certidude ca create /path/to/directory
Tweak command-line options until you meet your requirements and
finally insert corresponding segment to your /etc/ssl/openssl.cnf
Finally serve the certificate authority via web:
.. code:: bash
certidude serve
Languages
Python
69.3%
HTML
12%
Shell
9.2%
JavaScript
6.4%
Nginx
1.4%
Other
1.7%