mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-24 09:15:55 +00:00
9bd269c26a
- pathod request logs now include a clientcert member with details on the client cert, or None if there wasn't one. - pathoc has a -C option to specify a client certificate
6 lines
138 B
INI
6 lines
138 B
INI
[ ssl_client ]
|
|
basicConstraints = CA:FALSE
|
|
nsCertType = client
|
|
keyUsage = digitalSignature, keyEncipherment
|
|
extendedKeyUsage = clientAuth
|