1
0
mirror of https://github.com/laurivosandi/certidude synced 2025-09-07 14:11:05 +00:00

Major refactor

* Migrate to Python 3
* Update token generator mechanism
* Switch to Bootstrap 4
* Switch from Iconmonstr to Font Awesome icons
* Rename default CA common name to "Certidude at ca.example.lan"
* Add self-enroll for the TLS server certificates
* TLS client auth for lease updating
* Compile assets from npm packages to /var/lib/certidude/ca.example.lan/assets
This commit is contained in:
2017-12-30 13:57:48 +00:00
parent d32ec224d7
commit 59bedc1f16
69 changed files with 1617 additions and 1549 deletions

View File

@@ -4,3 +4,6 @@ certbuilder
crlbuilder
csrbuilder
oscrypto
requests
jinja2
ipsecparse