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

398 Commits

Author SHA1 Message Date
1c6043c6c9 api: script: Drop unused imports 2018-02-03 14:05:02 +02:00
a15bdd51db api: revoked: Drop unused imports 2018-02-03 14:05:02 +02:00
bfcd8ef95b api: tag: Drop unused imports 2018-02-03 14:05:02 +02:00
f90a19deeb api: token: Drop unused imports 2018-02-03 14:05:02 +02:00
82b8185bc5 api: bootstrap: Drop unused imports 2018-02-03 14:05:02 +02:00
b82a38edee api: attrib: Drop unused imports 2018-02-03 14:05:02 +02:00
c9dd058d75 api: Use common AuthorityResource where possible 2018-02-03 14:05:02 +02:00
4580663608 api: Create common AuthorityHandler class with authority attribute 2018-02-03 14:02:23 +02:00
f7d138e303 api: token: drop usage of global authority import 2018-02-03 14:02:23 +02:00
7d514a3bc6 api: tag: drop usage of global authority import 2018-02-03 14:02:23 +02:00
4e50ddfc54 api: signed: drop usage of global authority import 2018-02-03 14:02:23 +02:00
29f3e1fce9 api: script: drop usage of global authority import 2018-02-03 14:02:23 +02:00
1cfb1b3293 api: scep: drop usage of global authority import 2018-02-03 14:02:23 +02:00
239538371f api: revoked: drop usage of global authority import 2018-02-03 14:02:23 +02:00
916afba685 api: request: drop usage of global authority import 2018-02-03 14:02:23 +02:00
7f2729e6f4 api: ocsp: drop usage of global authority import 2018-02-03 14:02:23 +02:00
be454d7a65 api: lease: drop usage of global authority import 2018-02-03 14:02:23 +02:00
937c81bd5f api: bootstrap: drop usage of global authority import 2018-02-03 14:02:23 +02:00
863deafa59 api: attrib: drop usage of global authority import 2018-02-03 12:37:06 +02:00
5cb7f89c1b Bugfixes, OU support and image builder fixes 2018-01-26 14:03:13 +02:00
388f58574b
Merge pull request #38 from plaes/wip
Misc cleanups
2018-01-05 22:25:43 +02:00
936743c13e Drop unused imports from certidude.config 2018-01-05 22:13:41 +02:00
9d142dee36 Update dependency list so certidude client actually works 2018-01-05 21:55:15 +02:00
098aa5657d tests: More explicit errors for OCSP and SCEP 2018-01-05 12:42:14 +00:00
67dcf4a156 cli: Fix image builder command order 2018-01-03 22:34:52 +00:00
fba8f5d776 Integrate LEDE image builder 2018-01-03 22:17:35 +00:00
345c2802ea api: Fix request submission form 2018-01-03 22:17:35 +00:00
3d1e6768bb cli: Self-enroll again only if cert is about to expire 2018-01-03 22:17:35 +00:00
e594371ee3 api: Update last seen status for VPN gateway during client update 2018-01-03 22:17:35 +00:00
40d84918eb doc: Update Certidude screenshot 2017-12-31 23:55:14 +02:00
15f3e19da7 cli: Atomic write of /etc/systemd/system/openvpn-reconnect.service 2017-12-30 18:56:12 +00:00
150e3234b9 travis: Make sure /etc/hosts gets reset 2017-12-30 20:38:35 +02:00
d236af6b01 travis: Even less Travis magic 2017-12-30 20:34:43 +02:00
6fb7cbbcc7 travis: Set FQDN in advance 2017-12-30 20:28:48 +02:00
79ae57dc04 travis: Attempt to avoid Travis' Python magic 2017-12-30 20:19:24 +02:00
fccabddab5 travis: Preserve environment for sudo 2017-12-30 20:09:58 +02:00
b879b17324 travis: Attempt to use pip from Travis virtualenv 2017-12-30 17:25:29 +02:00
3ecba8e550 travis: Add system dependencies 2017-12-30 17:22:01 +02: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
d32ec224d7 Install cryptography.io just for unittests 2017-08-16 21:08:20 +00:00
c45a5df773 Remove unused setproctitle import 2017-08-16 23:30:42 +03:00
9745367ebd Add csrbuilder as dependency 2017-08-16 23:26:42 +03:00
509f7bfaa8 Migrate from cryptography.io to oscrypto 2017-08-16 20:25:16 +00:00
789d80d712 api: Save enrollment IP address 2017-08-10 00:45:43 +03:00
783bba3474 Add OpenWrt/LEDE integration guide 2017-08-09 16:18:32 +03:00
f7d8e95aa8 tests: Fix /api/revoked check 2017-07-29 21:27:15 +00:00
bce906db36 Migrate authority setup to certbuilder 2017-07-29 20:55:46 +00:00
f069688a9a Add basic DoS prevention measures 2017-07-29 23:19:37 +03:00
dc67e46010 Add OpenWrt/LEDE integration script 2017-07-13 17:36:52 +03:00
03b9778170 Better starttup/shutdown notification 2017-07-11 18:57:19 +00:00