mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
We have to pass -CAcreateserial after all.
This commit is contained in:
parent
e983253ecc
commit
4893e5e5a4
@ -411,6 +411,7 @@ def dummy_cert(certdir, ca, commonname):
|
|||||||
"-days", "9999",
|
"-days", "9999",
|
||||||
"-out", certpath,
|
"-out", certpath,
|
||||||
"-CA", ca,
|
"-CA", ca,
|
||||||
|
"-CAcreateserial",
|
||||||
"-extfile", confpath,
|
"-extfile", confpath,
|
||||||
"-extensions", "v3_cert",
|
"-extensions", "v3_cert",
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user