Difference between revisions of "Certificate Signing Request (CSR)"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 2: Line 2:
  
 
[[wikipedia:Certificate Signing Request]] (CSR)
 
[[wikipedia:Certificate Signing Request]] (CSR)
 
 
 
  
 
Read [[CSR]]  
 
Read [[CSR]]  
 
* <code>[[openssl]] req -text -noout -in root.csr</code>
 
* <code>[[openssl]] req -text -noout -in root.csr</code>
 +
 +
Create a CSR with subject CN=<common name>,O=<realm>, for example:
 +
* <code>[[certutil]] -R -d <database path> -a -g <key size> -s 'CN=<common name>,O=DOMAIN.COM'</code>
  
 
== Related terms ==
 
== Related terms ==

Revision as of 12:16, 13 July 2020

This article is a Draft. Help us to complete it.

wikipedia:Certificate Signing Request (CSR)

Read CSR

  • openssl req -text -noout -in root.csr

Create a CSR with subject CN=<common name>,O=<realm>, for example:

  • certutil -R -d <database path> -a -g <key size> -s 'CN=<common name>,O=DOMAIN.COM'

Related terms


See also

Advertising: