Difference between revisions of "Certificate Signing Request (CSR)"
Jump to navigation
Jump to search
↑ https://gist.github.com/Soarez/9688998
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> |
== Related terms == | == Related terms == |
Revision as of 11:37, 17 December 2020
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'
Generate a CSR
openssl req -new -key example.org.key -out example.org.csr
[1]
Related terms
- Kubernetes CertificateSigningRequest (CSR) API, since v1.18
See also
- HTTP, HTTP client, HTTP/1.1, HTTP/2, HTTP/3, HTTPS, HSTS CSR, TLS, SSL,
openSSL
, WebSockets, WebRTC,ssl_certificate
QUIC, HPKP, CT, List of HTTP status codes, URL redirection, Content-type:, Webhook, HTTP headers,--insecure
, Axios HTTP client, HTTP cookies, HTTP ETag, Hypertext Transfer Protocol -- HTTP/1.1
Advertising: