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

From wikieduonline
Jump to navigation Jump to search
Line 11: Line 11:
  
 
== Related terms ==
 
== Related terms ==
* [[Kubernetes]] CertificateSigningRequest ([[CSR]]) API, since [[v1.18]]  
+
* [[Kubernetes]] CertificateSigningRequest ([[CSR]]) API, since [[v1.18]]
 
+
* <code>[[openssl ca -config]]</code>
 
 
  
 
== See also ==
 
== See also ==

Revision as of 10:38, 3 March 2021

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: