aboutsummaryrefslogtreecommitdiff
path: root/lib/leap_cli/path.rb
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2012-11-21 13:48:30 -0800
committerelijah <elijah@riseup.net>2012-11-21 13:48:30 -0800
commitefdec76707ed115934d68263dc5463f8eb15357b (patch)
treedf64b402cbb854a483ab9e824c782379b5cc63e9 /lib/leap_cli/path.rb
parent7443553abaf4d27c14741e108541560018a64507 (diff)
downloadleap_cli-efdec76707ed115934d68263dc5463f8eb15357b.tar.gz
leap_cli-efdec76707ed115934d68263dc5463f8eb15357b.tar.bz2
added commercial_ca_cert
Diffstat (limited to 'lib/leap_cli/path.rb')
-rw-r--r--lib/leap_cli/path.rb1
1 files changed, 1 insertions, 0 deletions
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'