Difference between revisions of "Openssl req"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 14: Line 14:
 
== See also ==
 
== See also ==
 
* {{openssl}}
 
* {{openssl}}
* {{OpenSSL}}
+
* {{CSR}}
  
  
 
[[Category:CA]]
 
[[Category:CA]]

Revision as of 10:54, 6 September 2021


  • 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


Generate a CSR

  • openssl req -new -key example.org.key -out example.org.csr[1]

Related terms


See also

  • https://gist.github.com/Soarez/9688998
  • Advertising: