aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2017-04-15Revoke multiple certs in a single callNiall Sheridan
2017-02-19Ignore generated .idea directoryNiall Sheridan
2017-02-12Initial pass at prometheus support. (#56)Kevin Lyda
2017-01-27Add a public_file_prefix option to cashier.confKevin 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-22Ignore common files. (#45)Kevin Lyda
Ignore files mentioned in the example configs and the binaries made with go build.
2016-05-29Add tmp to .gitignorePatrick O'Doherty
2016-05-29Ignore new default config file.Niall Sheridan
2016-05-25Fix key name in example config.Patrick O'Doherty
Add config.json to a gitignore to prevent it being versioned.