Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-15 | Revoke multiple certs in a single call | Niall Sheridan | |
2017-04-10 | fix behaviour of SQLStore.List | Niall Sheridan | |
2017-01-22 | Switch from database/sql to sqlx | Niall Sheridan | |
2017-01-15 | Make CertStorer implementations public | Niall Sheridan | |
2016-12-28 | Allow building static binaries | Niall Sheridan | |
sqlite uses CGO which prevents the building of statically-linked binaries. This change will omit sqlite support when building a static binary with: CGO_ENABLED=0 go build --ldflags '-extldflags "-static"' | |||
2016-10-11 | Replace the 'datastore' option with a 'database' option | Niall Sheridan | |
The 'datastore' string option is deprecated and will be removed in a future version. The new 'database' map option is preferred. | |||
2016-09-30 | Use json.NewDecoder to decode json from http | Niall Sheridan | |
2016-09-11 | Allow filtering results | Niall Sheridan | |
2016-08-28 | List only certs which haven't expired | Niall Sheridan | |
2016-08-09 | SQLite DB support | Niall Sheridan | |