Rename protocol_keys ssl->telnet/ssl, websocket->webclient/websocket, ajax/comet->webclient/ajax.

This commit is contained in:
Griatch 2018-01-27 21:54:46 +01:00
parent b0168ac7fe
commit 9ed293b805
6 changed files with 10 additions and 6 deletions

View file

@ -67,7 +67,7 @@ class SSLProtocol(TelnetProtocol):
def __init__(self, *args, **kwargs):
super(SSLProtocol, self).__init__(*args, **kwargs)
self.protocol_name = "ssl"
self.protocol_key = "telnet/ssl"
def verify_or_create_SSL_key_and_cert(keyfile, certfile):