From 433c588c4cfc20e181b2e865814a350dd7fd9f06 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Tue, 28 Apr 2020 11:30:39 +0200 Subject: fix typo in certificates documentation --- docs/src/content/concepts-certificates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/concepts-certificates.md b/docs/src/content/concepts-certificates.md index 9b5f1a83..cf3447c7 100644 --- a/docs/src/content/concepts-certificates.md +++ b/docs/src/content/concepts-certificates.md @@ -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: -- cgit v1.2.3