From 857319a36564853fd98b0bc5272a85819d956f68 2013-08-29 22:29:40 From: MinRK Date: 2013-08-29 22:29:40 Subject: [PATCH] unwrap openssl line in public_server doc was inappropriately hard-wrapped, potentially causing bad copy/paste --- diff --git a/docs/source/interactive/public_server.rst b/docs/source/interactive/public_server.rst index 2f692fd..7e8ff97 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