1
0
mirror of https://github.com/laurivosandi/certidude synced 2025-09-06 22:00:56 +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

4
.gitignore vendored
View File

@@ -61,10 +61,6 @@ node_modules/
# diff
*.diff
# Ignore autogenerated files
certidude/static/js/nunjucks*
certidude/static/js/templates.js
# Ignore patch
*.orig
*.rej