Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-28 | Update dependencies | Niall Sheridan | |
2016-10-31 | Update dependencies | Niall Sheridan | |
2016-10-08 | Update dependencies | Niall Sheridan | |
2016-10-06 | Add support for Hashicorp Vault | Niall Sheridan | |
Vault is supported for the following: As a well-known filesystem for TLS cert, TLS key and SSH signing key. For configuration secrets for cookie_secret, csrf_secret, oauth_client_id and oauth_client_secret options. | |||
2016-09-03 | Update dependencies | Niall Sheridan | |
Also tweak travis config | |||
2016-08-27 | Update dependencies | Niall Sheridan | |
2016-08-27 | Import using govendor | Niall Sheridan | |
2016-08-26 | First attempt at dropping privileges | sid77 | |
2016-08-09 | SQLite DB support | Niall Sheridan | |
2016-07-31 | Use a KRL for revoked certs | Niall Sheridan | |
2016-07-24 | Add a page for revoking certs | Niall Sheridan | |
Add a template for revocation Use DATETIME type to store created/expires times Require auth for the /admin and /revoke endpoints | |||
2016-07-17 | Update vendor libs | Niall Sheridan | |
2016-07-03 | first pass at a certificate store | Niall Sheridan | |
2016-06-28 | http logging | Niall Sheridan | |
2016-06-06 | update vendor | Niall Sheridan | |
2016-05-29 | Switch from json to hcl configs | Niall Sheridan | |
This is backward-compatible with the JSON config format - this is a non-breaking change. HCL treats config blocks as repeated fields so the config has to be unmarshalled into a struct comprised of []Server, []Auth, []SSH first. | |||
2016-05-22 | Use govendor | Niall Sheridan | |