1
0
mirror of https://github.com/laurivosandi/certidude synced 2024-09-28 21:11:42 +00:00
Commit Graph

85 Commits

Author SHA1 Message Date
4e4b551cc2 Several updates #2
* Reverse RDN components for all certs
* Less side effects in unittests
* Split help dialog shell snippets into separate files
* Restore 'admin subnets' config option
* Embedded subnets, IKE and ESP proposals now configurable in builder.conf
* Use expr instead of bc for math operations in shell
* Better frontend support for Let's Encrypt certificates
2018-05-02 08:11:01 +00:00
5e9251f365 Several updates
* Subnets configuration option for Kerberos machine enrollment
* Configurable script snippets via [service] configuration section
* Preliminary revocation reason support
* Improved signature profile support
* Add domain components to DN to distinguish certificate CN's namespace
* Image builder improvements, add Elliptic Curve support
* Added GetCACaps operation and more digest algorithms for SCEP
* Generate certificate and CRL serial from timestamp (64+32bits) and random bytes (56bits)
* Move client storage pool to /etc/certidude/authority/
* Cleanups & bugfixes
2018-04-27 07:48:15 +00:00
94e5f72566 Migrate signature profiles to separate config file 2018-04-16 12:13:54 +00:00
b9aaec7fa6 Migrate renewal to mutually authenticated TLS connection 2018-04-15 19:27:47 +00:00
d911e5da33 config: Add 'mail suffix' for POSIX accounts to derive e-mail 2018-04-10 09:28:47 +00:00
27ded33cc6 Open token URL in a new window/tab 2018-04-09 16:25:39 +03:00
5cb7f89c1b Bugfixes, OU support and image builder fixes 2018-01-26 14:03:13 +02:00
fba8f5d776 Integrate LEDE image builder 2018-01-03 22:17:35 +00:00
59bedc1f16 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
2017-12-30 14:00:19 +00:00
509f7bfaa8 Migrate from cryptography.io to oscrypto 2017-08-16 20:25:16 +00:00
f069688a9a Add basic DoS prevention measures 2017-07-29 23:19:37 +03:00
03b9778170 Better starttup/shutdown notification 2017-07-11 18:57:19 +00:00
d44b6035c2 Embed OCSP responder URL in certificate 2017-07-08 12:08:39 +00:00
a48331a9cb tests: Add test for machine attribute updates 2017-07-07 21:07:25 +00:00
39363a57c7 tests: More coverage 2017-07-06 09:29:02 +00:00
34c72aaa9e tests: Fixes and better code coverage 2017-07-06 08:15:44 +00:00
e25c774fa3 Bugfixes and test for SCEP 2017-07-05 21:22:02 +00:00
9b5511212e Several changes
* OCSP workaround for StrongSwan
* Machine attributes framework
* Scripting support
* Default to nginx frontend
2017-07-05 18:22:03 +03:00
0a98b3f82e Add tests for OCSP, several bugfixes 2017-06-04 14:19:29 +00:00
5d48abe973 api: Preliminary OCSP support 2017-05-25 22:20:45 +03:00
5ae872e1ea api: Add preliminary SCEP support 2017-05-18 22:29:49 +03:00
71e77154d7 tests: Preliminary tests for Kerberos/LDAP auth 2017-05-07 19:11:24 +00:00
b19e163a82 tests: Attempt to set up nchan as part of unittests 2017-05-06 21:07:41 +00:00
de1d182320 Add API call for rendering scripts, bugfixes 2017-05-04 17:56:53 +00:00
189c604832 tests: Better code coverage 2017-05-03 21:04:34 +00:00
47aded48d5 tests: Add e-mailing and more cli commands 2017-05-03 14:42:37 +00:00
b0683b268d Attempt to run client as part of unittests 2017-05-01 16:20:50 +00:00
cc4f13086e Improve init/openvpn handler
* Create systemd service for signaling OpenVPN client after suspend
* Use tun instead of tap
* Update DNS server/domain upon (dis)connect
* Include necessary templates
2017-04-29 22:09:31 +03:00
9aab212647 Add tests for token mechanism 2017-04-26 09:13:41 +03:00
d6d998a9e6 Add tests for SQLite based logging 2017-04-25 23:42:55 +03:00
f9429b2e94 Add autosign handling for request submission test 2017-04-25 16:40:33 +03:00
d5edbe50c5 Token mechanism fixes 2017-04-24 20:33:55 +03:00
9658d8cc83 Fixes, add some screenshots 2017-04-22 22:48:29 +03:00
029ee357fb Token mechanism fixes:
* Save token secret to config
* OpenVPN profile fixes for Ubuntu 16.04
* Raise correct exceptions for invalid tokens
* Display token expiration time in local time
2017-04-22 14:10:54 +03:00
0344141faf Add token based auth for profiles 2017-04-21 21:22:08 +00:00
9a793088c6 Use local MTA for sending e-mail 2017-04-21 16:58:01 +00:00
5e812f5194 Fixes 2017-04-20 05:20:10 +00:00
b57fbfa696 Fix typo 2017-04-14 11:08:26 +00:00
b9ac55fe26 Configuration generation fixes for nchan 2017-04-14 11:06:09 +00:00
52d35012a4 Various fixes 2017-04-13 20:30:56 +00:00
4a9abab362 Fix nginx configuration generation 2017-04-13 15:19:26 +00:00
02482e8d79 Migrate to python-gssapi 2017-04-13 14:33:40 +00:00
51d7dffa9b Bugfixes 2017-04-12 13:56:29 +00:00
09724e04dc Add preliminary bootstrap API call 2017-04-12 13:21:49 +00:00
f806545bee Use filesystem extended attribute user.xdg.tags for tags, move leases to user.lease namespace 2017-03-26 10:09:18 +00:00
1813056fc7 Move leases and tagging backend to filesystem extended attributes 2017-03-26 00:10:09 +00:00
7eb8378562 Attempt to fix tests 2017-03-13 17:20:41 +02:00
06010ceaf3 Refactor
* Remove PyOpenSSL based wrapper classes
* Remove unused API calls
* Add certificate renewal via X-Renewal-Signature header
* Remove (extended) key usage handling
* Clean up OpenVPN and nginx server setup code
* Use UDP port 51900 for OpenVPN by default
* Add basic auth fallback for iOS in addition to Android
* Reduce complexity
2017-03-13 11:42:58 +00:00
2a8109704a Refactor
* Remove given name and surname attributes because of issues with OpenVPN Connect
* Remove e-mail attribute because of no reliable method of deriving usable address
* Remove organizational unit attribute
* Don't overwrite Kerberos cronjob during certidude setup authority
* Enforce path_length=0 for disabling intermediate CA-s
* Remove SAN attributes
* Add configuration options for outbox sender name and address
* Use common name attribute to derive signature flags
* Use distinct pub/sub URL-s for long poll and event source
2017-02-07 22:07:21 +00:00
108c2bc017 Clean up server.conf template 2017-01-26 22:14:56 +00:00