From c9a9b5b50ea8d57a8cea275d0f80abc2254dd651 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Mon, 21 Sep 2015 11:22:27 -0700 Subject: [PATCH] don't overwrite file closes https://github.com/ipython/ipython/issues/8796 --- docs/source/public_server.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/public_server.rst b/docs/source/public_server.rst index 46ab63606..37e8862be 100644 --- a/docs/source/public_server.rst +++ b/docs/source/public_server.rst @@ -100,7 +100,7 @@ with 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.key -out mycert.pem When starting the notebook server, your browser may warn that your self-signed certificate is insecure or unrecognized. If you wish to have a fully