From efdec76707ed115934d68263dc5463f8eb15357b Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 21 Nov 2012 13:48:30 -0800 Subject: added commercial_ca_cert --- lib/leap_cli/path.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/leap_cli/path.rb b/lib/leap_cli/path.rb index de01fdb..98f4f99 100644 --- a/lib/leap_cli/path.rb +++ b/lib/leap_cli/path.rb @@ -37,6 +37,7 @@ module LeapCli; module Path :commercial_key => 'files/cert/#{arg}.key', :commercial_csr => 'files/cert/#{arg}.csr', :commercial_cert => 'files/cert/#{arg}.crt', + :commercial_ca_cert => 'files/cert/commercial_ca.crt', :node_x509_key => 'files/nodes/#{arg}/#{arg}.key', :node_x509_cert => 'files/nodes/#{arg}/#{arg}.crt', :vagrantfile => 'test/Vagrantfile' -- cgit v1.2.3