mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-04 11:47:14 +00:00
Use the right conf dir...
This commit is contained in:
parent
d65f2215cb
commit
d0e6fa2705
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ class ProxyConfig:
|
|||
self.transparent_proxy = transparent_proxy
|
||||
self.authenticator = authenticator
|
||||
self.confdir = os.path.expanduser(confdir)
|
||||
self.certstore = certutils.CertStore.from_store(confdir, CONF_BASENAME)
|
||||
self.certstore = certutils.CertStore.from_store(self.confdir, CONF_BASENAME)
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue