Ver Fonte

Merge pull request #1204 from edwinvp/patch-2

Self-signed certificate key size from 1024 to 2048
bel2125 há 1 ano atrás
pai
commit
073d636f8a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      docs/OpenSSL.md

+ 1 - 1
docs/OpenSSL.md

@@ -46,7 +46,7 @@ One can use the following steps in Windows (in Linux replace "copy" by "cp"
 and "type" by "cat"):
 
 <pre>
-  openssl genrsa -des3 -out server.key 1024
+  openssl genrsa -des3 -out server.key 2048
 
   openssl req -new -key server.key -out server.csr