Rename protocol_keys ssl->telnet/ssl, websocket->webclient/websocket, ajax/comet->webclient/ajax.
This commit is contained in:
parent
b0168ac7fe
commit
9ed293b805
6 changed files with 10 additions and 6 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue