diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2011-03-18 09:24:04 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2011-03-18 09:24:04 +1300 |
commit | 4893e5e5a4e328c17b416af97bc21b1e785d9e36 (patch) | |
tree | e540f5753116691e809ff7310d8180b8d1be1fba /libmproxy | |
parent | e983253ecc85aaa8a51ae562dc1805132d339781 (diff) | |
download | mitmproxy-4893e5e5a4e328c17b416af97bc21b1e785d9e36.tar.gz mitmproxy-4893e5e5a4e328c17b416af97bc21b1e785d9e36.tar.bz2 mitmproxy-4893e5e5a4e328c17b416af97bc21b1e785d9e36.zip |
We have to pass -CAcreateserial after all.
Diffstat (limited to 'libmproxy')
-rw-r--r-- | libmproxy/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmproxy/utils.py b/libmproxy/utils.py index f4df813f..34c49e14 100644 --- a/libmproxy/utils.py +++ b/libmproxy/utils.py @@ -411,6 +411,7 @@ def dummy_cert(certdir, ca, commonname): "-days", "9999", "-out", certpath, "-CA", ca, + "-CAcreateserial", "-extfile", confpath, "-extensions", "v3_cert", ] |