User Tools

Site Tools


howtos:generate_a_certificate_signing_request_with_sha-256
no way to compare when less than two revisions

Differences

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


howtos:generate_a_certificate_signing_request_with_sha-256 [02/12/2018 21:34] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
  
 +<code>
 +openssl req -new -newkey rsa:2048 -nodes -sha256 -out www.mydomain.com.sha256.csr -keyout www.mydomain.key
 +</code>
 +
 +This command creates a new private key with the length of 2048 bits and save it as "www.mydomain.key". The CSR is saved as "www.mydomain.com.sha256.csr.
howtos/generate_a_certificate_signing_request_with_sha-256.txt · Last modified: 02/12/2018 21:34 by 127.0.0.1