diff --git a/docs/source/public_server.rst b/docs/source/public_server.rst index a2b7eebc28..e22e43cb61 100644 --- a/docs/source/public_server.rst +++ b/docs/source/public_server.rst @@ -134,7 +134,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 mykey.key -out mycert.pem + $ openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout mykey.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