Difference between revisions of "Openssl req -x509"

From wikieduonline
Jump to navigation Jump to search
(Redirected page to Openssl req -x509 -newkey)
Tag: New redirect
Line 1: Line 1:
{{lc}}
+
#redirect [[openssl req -x509 -newkey]]
 
 
# interactive
 
[[openssl req -x509 -newkey]] rsa:4096 -keyout [[key.pem]] -out [[cert.pem]] -sha256 -days 365
 
 
 
# non-interactive and 10 years expiration
 
openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -sha256 -days 3650 [[-nodes]] [[-subj]] "/C=XX/ST=StateName/L=CityName/O=CompanyName/OU=CompanySectionName/CN=CommonNameOrHostname"
 
 
Generating a 4096 bit [[RSA private key]]
 
.............................................................................++++
 
...........................................................................................................................++++
 
writing new private key to '[[key.pem]]'
 
 
 
 
 
file cert[[.pem]]
 
cert.pem: PEM certificate
 
 
file key.pem
 
key.pem:  [[ASCII text]]
 
 
 
== Related ==
 
* <code>[[ssh-keygen]]</code>
 
 
 
== See also ==
 
* {{openssl req}}
 
* {{x509}}
 
 
 
[[Category:CA]]
 

Revision as of 10:17, 6 December 2023

Advertising: