aboutsummaryrefslogtreecommitdiff
path: root/lib/leap_cli/path.rb
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-01-21 22:51:01 -0800
committerelijah <elijah@riseup.net>2013-01-21 22:51:01 -0800
commit1591a04c8a053b8d1e37c589d6e967b86c68c983 (patch)
treef1a13eb51260f7a0a384e8e02a965402aede37ee /lib/leap_cli/path.rb
parent0621d780676c8f78a7205a4350f9e5d6b6a6ec5e (diff)
downloadleap_cli-1591a04c8a053b8d1e37c589d6e967b86c68c983.tar.gz
leap_cli-1591a04c8a053b8d1e37c589d6e967b86c68c983.tar.bz2
added client ca in addition to normal ca (used only to generate client certificates)
Diffstat (limited to 'lib/leap_cli/path.rb')
-rw-r--r--lib/leap_cli/path.rb2
1 files changed, 2 insertions, 0 deletions
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',