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
Next revisionBoth sides next revision
ssl [2018/02/22 19:46] dreiggyssl [2018/02/28 10:38] dreiggy
Line 1: Line 1:
 ====== SSL ====== ====== SSL ======
 +
 +Generate self-signed ssl:
 +<code bash>
 +openssl req -new -nodes -x509 -out localhost.crt -newkey rsa:4096 -keyout localhost.key -days 3650
 +</code>
  
 SSL certificate match key and cert: SSL certificate match key and cert:
sandbox/ssl.txt · Last modified: 2021/12/15 21:45 by dreiggy

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki