Skip to content

Commit

Permalink
Merge pull request #2861 from nl5887/patch-1
Browse files Browse the repository at this point in the history
changed key strength to 2048 bits
  • Loading branch information
rgbkrk authored Sep 25, 2017
2 parents 91addcf + 9b6975d commit 92354d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/public_server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92354d5

Please sign in to comment.