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

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
{{Draft}}
 
 
 
[[wikipedia:Certificate Signing Request]] (CSR)
 
[[wikipedia:Certificate Signing Request]] (CSR)
  
Line 8: Line 6:
 
Create a CSR with subject CN=<common name>,O=<realm>, for example:
 
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>
 
* <code>[[certutil]] -R -d <database path> -a -g <key size> -s 'CN=<common name>,O=DOMAIN.COM'</code>
 +
 +
Generate a [[CSR]]
 +
* <code>openssl req -new -key example.org.key -out example.org.csr</code><ref>https://gist.github.com/Soarez/9688998</ref>
  
 
== Related terms ==
 
== Related terms ==

Revision as of 11:36, 17 December 2020

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

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

Related terms


See also

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