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

From wikieduonline
Jump to navigation Jump to search
 
(7 intermediate revisions by 2 users not shown)
Line 8: Line 8:
  
 
Generate a [[CSR]]
 
Generate a [[CSR]]
* <code>[[openssl req]] -new -key example.org.key -out example.org.csr</code><ref>https://gist.github.com/Soarez/9688998</ref>
+
* <code>[[openssl req -new -key example.org.key -out example.org.csr]]</code><ref>https://gist.github.com/Soarez/9688998</ref>
  
  
Line 15: Line 15:
  
 
== Related terms ==
 
== Related terms ==
* [[Kubernetes]] CertificateSigningRequest ([[CSR]]) API, since [[v1.18]]
+
* [[Kubernetes]] [[CertificateSigningRequest]] ([[CSR]]) API, since [[v1.18]]
 
* <code>[[openssl ca -config]]</code>
 
* <code>[[openssl ca -config]]</code>
 
* <code>[[/etc/letsencrypt/csr/]]</code>
 
* <code>[[/etc/letsencrypt/csr/]]</code>
 
* [[macOS]] [[Keychain Access app]]
 
* [[macOS]] [[Keychain Access app]]
 
* [[PKCS10]]
 
* [[PKCS10]]
 +
* [[X.509]]
 +
* [[Create a new X.509 certificate]]
  
 
== Activities ==
 
== Activities ==
  
 +
 +
[[Keychain Access app]] activities
 
* [[Create a certificate]]
 
* [[Create a certificate]]
* [[Create a certificate authority]]  
+
* [[Create a certificate authority]] ([[CA]])
 
* [[Create a certificate for someone else as a Certificate Authority]]
 
* [[Create a certificate for someone else as a Certificate Authority]]
 
* [[Request a certificate from a Certificate Authority]]
 
* [[Request a certificate from a Certificate Authority]]
Line 32: Line 36:
 
== See also ==
 
== See also ==
 
* {{CSR}}
 
* {{CSR}}
* {{openssl}}
+
* {{openssl req}}
 
* {{certificates}}
 
* {{certificates}}
 
* {{PKI}}
 
* {{PKI}}

Latest revision as of 10:16, 6 December 2023

Advertising: