Difference between revisions of "Certificate Signing Request (CSR)"
Jump to navigation
Jump to search
↑ https://gist.github.com/Soarez/9688998
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 <code>CN=<common name>,O=<realm></code>, 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:09, 21 February 2022
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
openssl ca -config
/etc/letsencrypt/csr/
- macOS Keychain Access app
See also
- Certificate, CSR (PKCS10),
/etc/letsencrypt/csr/
,openssl req
, X.509, [.pem
,.cer
,.csr
], Kubernetes CertificateSigningRequest openssl
[rand | s_client | passwd
|openssl req
|openssl rsa
|openssl genrsa
|openssl x509
|openssl ca
|openssl verify
|openssl ec
|openssl dgst
|openssl pkcs12
|openssl asn1parse
|openssl help
|.cer to .pem, openssl version
- Certificate, certificate extensions (
.pem
,.pfx
), CSR,.csr
, root certificate, public certificate
Advertising: