diff options
author | elijah <elijah@riseup.net> | 2012-11-01 01:07:27 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2012-11-01 01:07:27 -0700 |
commit | 57287ae1d4151ec453ec9d33fafe4f1a4ced37e0 (patch) | |
tree | fe63a8de11c41d247fc3634277bc49c1ca7cd689 /lib/leap_cli/commands/node.rb | |
parent | f339e7b94ab8920fd1e271c50145b5d2d1a8ac9d (diff) |
x.509 support -- added certificate authority creation and server cert creation
Diffstat (limited to 'lib/leap_cli/commands/node.rb')
-rw-r--r-- | lib/leap_cli/commands/node.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/leap_cli/commands/node.rb b/lib/leap_cli/commands/node.rb index e96293c..e200a19 100644 --- a/lib/leap_cli/commands/node.rb +++ b/lib/leap_cli/commands/node.rb @@ -8,7 +8,7 @@ module LeapCli; module Commands ## desc 'not yet implemented... Create a new configuration for a node' - command :'new-node' do |c| + command :'add-node' do |c| c.action do |global_options,options,args| end end |