From d8eebfe3b7c81785edce5967764340831fa6b74f Mon Sep 17 00:00:00 2001 From: MinRK Date: Thu, 29 Aug 2013 15:29:40 -0700 Subject: [PATCH] unwrap openssl line in public_server doc was inappropriately hard-wrapped, potentially causing bad copy/paste --- docs/source/interactive/public_server.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/interactive/public_server.rst b/docs/source/interactive/public_server.rst index 2f692fde9..7e8ff97b6 100644 --- a/docs/source/interactive/public_server.rst +++ b/docs/source/interactive/public_server.rst @@ -60,8 +60,7 @@ the command:: the following command will create a certificate valid for 365 days with both the key and certificate data written to the same file:: - $ openssl req -x509 -nodes -days 365 -newkey rsa:1024 -keyout mycert. - pem -out mycert.pem + $ openssl req -x509 -nodes -days 365 -newkey rsa:1024 -keyout mycert.pem -out mycert.pem Your browser will warn you of a dangerous certificate because it is self-signed. If you want to have a fully compliant certificate that will not