User Tools

Site Tools


sandbox:ssl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
sandbox:ssl [2019/04/25 23:47] – ↷ Page moved from ssl to sandbox:ssl dreiggysandbox:ssl [2021/12/15 21:45] (current) dreiggy
Line 4: Line 4:
 <code bash> <code bash>
 openssl req -new -nodes -x509 -out localhost.crt -newkey rsa:4096 -keyout localhost.key -days 3650 openssl req -new -nodes -x509 -out localhost.crt -newkey rsa:4096 -keyout localhost.key -days 3650
 +</code>
 +or
 +<code bash>
 +openssl req -newkey rsa:2048 -sha256 -nodes -keyout key.pem -x509 -days 3650 -out certificate.pem
 </code> </code>
  
sandbox/ssl.txt · Last modified: 2021/12/15 21:45 by dreiggy

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki