Adjusted cert path

websockets-multiuser
xorrior 2017-09-26 11:48:23 -07:00
parent b720b7996e
commit 61d62d22da
1 changed files with 1 additions and 1 deletions

2
empire
View File

@ -1160,7 +1160,7 @@ def start_restful_api(empireMenu, suppress=False, username=None, password=None,
return jsonify({'success': True})
if not os.path.exists('./data/empire.pem'):
if not os.path.exists('./data/empire-chain.pem'):
print "[!] Error: cannot find certificate ./data/empire.pem"
sys.exit()