meejah / txtorcon

Twisted-based asynchronous Tor control protocol implementation. Includes unit-tests, examples, state-tracking code and configuration abstraction.
http://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/
MIT License
250 stars 72 forks source link

Ticket313 pivate key file #316

Closed meejah closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #316 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #316   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          21     21           
  Lines        4334   4355   +21     
=====================================
+ Hits         4334   4355   +21
Impacted Files Coverage Δ
txtorcon/endpoints.py 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 510443d...8dbd66b. Read the comment docs.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.0002%) to 99.957% when pulling 8dbd66ba896ca956a73b0bbc6d90ffafded60eaa on ticket313-pivate-key-file into 510443d705cc97b85ab9e3eab9e9c4880afb7fce on master.

exarkun commented 6 years ago

I tried this out and had good results. I think I mangled my original key somehow trying to get 2a9b7d1 to work so I had to generate a new one. Once I did, I got a service online using privateKeyFile and it came back online after I restarted the service, too.