diff --git a/ca_manager.py b/ca_manager.py index c5fa0d4..b2f72f4 100755 --- a/ca_manager.py +++ b/ca_manager.py @@ -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)