mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
fix typo in certificates documentation
This commit is contained in:
parent
e9d5b6d9f5
commit
433c588c4c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue