aboutsummaryrefslogtreecommitdiff
path: root/lib/leap_cli/commands/ca.rb
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-03-13 15:52:21 -0700
committerelijah <elijah@riseup.net>2013-03-13 15:52:21 -0700
commit53140910f9b0b43235fcf065c623763fabd3e0f9 (patch)
tree9ee4379c24ea43eb9a0e05e4c7705c2fce26f31b /lib/leap_cli/commands/ca.rb
parent6b229e96a1de9929157f8142dca8d1f19086046b (diff)
downloadleap_cli-53140910f9b0b43235fcf065c623763fabd3e0f9.tar.gz
leap_cli-53140910f9b0b43235fcf065c623763fabd3e0f9.tar.bz2
oops, fixed bug in `leap cert csr`
Diffstat (limited to 'lib/leap_cli/commands/ca.rb')
-rw-r--r--lib/leap_cli/commands/ca.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/leap_cli/commands/ca.rb b/lib/leap_cli/commands/ca.rb
index 5d68221..07e0f10 100644
--- a/lib/leap_cli/commands/ca.rb
+++ b/lib/leap_cli/commands/ca.rb
@@ -83,7 +83,7 @@ module LeapCli; module Commands
cert.desc "Creates a CSR for use in buying a commercial X.509 certificate."
cert.long_desc "Unless specified, the CSR is created for the provider's primary domain. The properties used for this CSR come from `provider.ca.server_certificates`."
cert.command :csr do |csr|
- csr.flag 'domain', :arg_name => 'DOMAIN', :desc => 'Specify what domain to create the CSR for.', :default_value => 'primary domain'
+ csr.flag 'domain', :arg_name => 'DOMAIN', :desc => 'Specify what domain to create the CSR for.'
csr.action do |global_options,options,args|
assert_config! 'provider.domain'
assert_config! 'provider.name'