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