Browse Source

remove user decision prompt

cmd_module
Edoardo Putti 8 years ago
parent
commit
cb87b9e698
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      ca_manager.py

+ 0
- 3
ca_manager.py View File

@ -221,9 +221,6 @@ def sign_request(ca_manager, choosen_request, choosen_ca):
print("You are about to sign this request with the following CA:")
print("- %s (%s)" % (authority.ca_id, authority.name))
confirm = input('Proceed? (type yes)> ')
if confirm != 'yes':
return
cert_path = authority.sign(request)
ca_manager.drop_request(request)


Loading…
Cancel
Save