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

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
 
* <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:
+
Create a CSR with subject <code>CN=<common name>,O=<realm></code>, for example:
 
* <code>[[certutil]] -R -d <database path> -a -g <key size> -s 'CN=<common name>,O=DOMAIN.COM'</code>
 
* <code>[[certutil]] -R -d <database path> -a -g <key size> -s 'CN=<common name>,O=DOMAIN.COM'</code>
  

Revision as of 11:08, 21 February 2022

wikipedia:Certificate Signing Request (CSR)

Read 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'

Generate a CSR

Related terms

See also

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