]> gitweb.fluxo.info Git - leap/leap_cli.git/commitdiff
oops, fixed bug in `leap cert csr`
authorelijah <elijah@riseup.net>
Wed, 13 Mar 2013 22:52:21 +0000 (15:52 -0700)
committerelijah <elijah@riseup.net>
Wed, 13 Mar 2013 22:52:21 +0000 (15:52 -0700)
lib/leap_cli/commands/ca.rb

index 5d68221fecfc8728182814aac3672021fd9dd64b..07e0f10d6fe7e08eab4e3c0a68eafb62c882c92a 100644 (file)
@@ -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'