From: elijah Date: Wed, 21 Nov 2012 21:48:30 +0000 (-0800) Subject: added commercial_ca_cert X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=efdec76707ed115934d68263dc5463f8eb15357b;p=leap%2Fleap_cli.git added commercial_ca_cert --- 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'