linux_wiki:openssl

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
linux_wiki:openssl [2018/02/22 22:55]
billdozor [Generate Self-Signed from Existing Private Key]
linux_wiki:openssl [2018/02/22 22:56]
billdozor [Generate Self-Signed from Existing Private Key and CSR]
Line 77: Line 77:
  
 Generate a self-signed cert from an existing private key and existing CSR Generate a self-signed cert from an existing private key and existing CSR
-<code bash></code>+<code bash>openssl x509 -signkey MYSITE.key -in MYSITE.csr -req -days 365 -out MYSITE.crt</code>
  
 ---- ----
  • linux_wiki/openssl.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)