Browse Source

add documentation for sign_request

cmd_module
Andrea Cimbalo 8 years ago
committed by Edoardo Putti
parent
commit
487308820d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ca_shell.py

+ 1
- 1
ca_shell.py View File

@ -75,9 +75,9 @@ class CAManagerShell(cmd.Cmd, object):
return results return results
def do_sign_request(self, l): def do_sign_request(self, l):
'Sign a request using a CA: SIGN_REQUEST ca_name request_id'
argv = l.split() argv = l.split()
argc = len(argv) argc = len(argv)
'Sign a certificate from a request'
# argument number is too low # argument number is too low
if argc < 3: if argc < 3:


Loading…
Cancel
Save