Difference between revisions of "Openssl req"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
 
* <code>openssl req -config root-ca.cnf  -key /your_path/private/root-ca_key.pem -new -[[x509]] -days 3650 -[[sha256]] -extensions [[v3_ca]] -out /your_path/private/root-ca_cert[[.pem]]</code>
 
* <code>openssl req -config root-ca.cnf  -key /your_path/private/root-ca_key.pem -new -[[x509]] -days 3650 -[[sha256]] -extensions [[v3_ca]] -out /your_path/private/root-ca_cert[[.pem]]</code>
  
 +
 +
 +
* <code>openssl req -new -key example.org.key -out example.org.csr</code>
  
 
== Related terms ==
 
== Related terms ==

Revision as of 11:35, 17 December 2020


  • openssl req -config root-ca.cnf -key /your_path/private/root-ca_key.pem -new -x509 -days 3650 -sha256 -extensions v3_ca -out /your_path/private/root-ca_cert.pem


  • openssl req -new -key example.org.key -out example.org.csr

Related terms


See also

Advertising: