소스 검색

Self-signed certificate key size from 1024 to 2048

The current self-signed certificate doesn't work. It will cause an SSL error (EE_KEY_TOO_SMALL) when loading the PEM file.
E. van Putten 1 년 전
부모
커밋
a5c11a43f6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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