mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
fix typo in certificates documentation
This commit is contained in:
parent
e9d5b6d9f5
commit
433c588c4c
@ -121,7 +121,7 @@ instructions:
|
||||
openssl genrsa -out cert.key 2048
|
||||
# (Specify the mitm domain as Common Name, e.g. \*.google.com)
|
||||
openssl req -new -x509 -key cert.key -out cert.crt
|
||||
cat cert.key cert.crt \> cert.pem
|
||||
cat cert.key cert.crt > cert.pem
|
||||
{{< / highlight >}}
|
||||
|
||||
Now, you can run mitmproxy with the generated certificate:
|
||||
|
Loading…
Reference in New Issue
Block a user