From fe53f90bf0c7fab6cbf5cb019a337e02c6b3ffbf Mon Sep 17 00:00:00 2001 From: Kevin Lyda Date: Fri, 27 Jan 2017 08:42:30 +0000 Subject: Add a public_file_prefix option to cashier.conf 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 . --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5d27634..2e84017 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,8 @@ config.json cashierd.conf tmp -cashier -cashierd +/cashier +/cashierd signing_key http.log -- cgit v1.2.3