From 1591a04c8a053b8d1e37c589d6e967b86c68c983 Mon Sep 17 00:00:00 2001 From: elijah Date: Mon, 21 Jan 2013 22:51:01 -0800 Subject: added client ca in addition to normal ca (used only to generate client certificates) --- lib/leap_cli/path.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/leap_cli/path.rb') diff --git a/lib/leap_cli/path.rb b/lib/leap_cli/path.rb index e7626b5..bfd3c9a 100644 --- a/lib/leap_cli/path.rb +++ b/lib/leap_cli/path.rb @@ -33,6 +33,8 @@ module LeapCli; module Path :authorized_keys => 'files/ssh/authorized_keys', :ca_key => 'files/ca/ca.key', :ca_cert => 'files/ca/ca.crt', + :client_ca_key => 'files/ca/client_ca.key', + :client_ca_cert => 'files/ca/client_ca.crt', :dh_params => 'files/ca/dh.pem', :commercial_key => 'files/cert/#{arg}.key', :commercial_csr => 'files/cert/#{arg}.csr', -- cgit v1.2.3