mirror of
https://github.com/laurivosandi/certidude
synced 2024-11-04 20:38:12 +00:00
Lauri Võsandi
b4d006227a
* Replace PyOpenSSL with cryptography.io * Rename constants to const * Drop support for uwsgi * Use systemd to launch certidude server * Signer automatically spawned as part of server * Update requirements.txt * Clean up certidude client configuration handling * Add automatic enroll with Kerberos machine cerdentials
15 lines
472 B
Plaintext
15 lines
472 B
Plaintext
include README.rst
|
|
include certidude/templates/*.sh
|
|
include certidude/templates/*.service
|
|
include certidude/templates/*.ovpn
|
|
include certidude/templates/*.conf
|
|
include certidude/templates/*.ini
|
|
include certidude/templates/mail/*.md
|
|
include certidude/static/js/*.js
|
|
include certidude/static/css/*.css
|
|
include certidude/static/fonts/*.woff2
|
|
include certidude/static/img/*.svg
|
|
include certidude/static/*.html
|
|
include certidude/static/robots.txt
|
|
include certidude/sql/*/*.sql
|