Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-15 | Revoke multiple certs in a single call | Niall Sheridan | |
2017-02-19 | Ignore generated .idea directory | Niall Sheridan | |
2017-02-12 | Initial pass at prometheus support. (#56) | Kevin Lyda | |
2017-01-27 | Add a public_file_prefix option to cashier.conf | Kevin Lyda | |
Allow the client to save the public key and public cert to files that start with public_file_prefix and end with .pub and -cert.pub respectively. This is the naming scheme the ssh IdentityFile config option supported for certs starting in version 5.4p1. Starting in version 7.2p1, an additional option, CertificateFile, was added, but the IdentityFile-only method with those names still works. Used in conjunction with a user's ~/.ssh/config file setting IdentitiesOnly and IdentityFile, this change will allow for multiple ssh CAs for different services. Note that this will resolve #49 . | |||
2017-01-22 | Ignore common files. (#45) | Kevin Lyda | |
Ignore files mentioned in the example configs and the binaries made with go build. | |||
2016-05-29 | Add tmp to .gitignore | Patrick O'Doherty | |
2016-05-29 | Ignore new default config file. | Niall Sheridan | |
2016-05-25 | Fix key name in example config. | Patrick O'Doherty | |
Add config.json to a gitignore to prevent it being versioned. |