diff --git a/jmbase/jmbase/twisted_utils.py b/jmbase/jmbase/twisted_utils.py index 8424d24..dff7c73 100644 --- a/jmbase/jmbase/twisted_utils.py +++ b/jmbase/jmbase/twisted_utils.py @@ -131,7 +131,7 @@ class JMHiddenService(object): def create_onion_ep(self, t): self.tor_connection = t - return t.create_onion_endpoint(self.port) + return t.create_onion_endpoint(self.port, private_key=txtorcon.DISCARD) def onion_listen(self, onion_ep): return onion_ep.listen(self.site)