why would we be getting the *filename* from security.private_key()?
This commit is contained in:
parent
9a7e2fabda
commit
223c04b1a5
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ class Server(object):
|
||||||
event["response"].code = 404
|
event["response"].code = 404
|
||||||
|
|
||||||
def _private_key(self, id):
|
def _private_key(self, id):
|
||||||
filename = security.private_key(self.bot.config["tls-certificate"])
|
filename = self.bot.config["tls-certificate"]
|
||||||
return ap_security.PrivateKey(filename, id)
|
return ap_security.PrivateKey(filename, id)
|
||||||
|
|
||||||
def ap_inbox(self, event):
|
def ap_inbox(self, event):
|
||||||
|
|
Loading…
Reference in a new issue