Difference between revisions of "Openssl req"
Jump to navigation
Jump to search
↑ https://gist.github.com/Soarez/9688998
Line 25: | Line 25: | ||
== See also == | == See also == | ||
+ | * {{openssl req}} | ||
* {{openssl rsa}} | * {{openssl rsa}} | ||
− | |||
* {{openssl}} | * {{openssl}} | ||
* {{CSR}} | * {{CSR}} | ||
[[Category:CA]] | [[Category:CA]] |
Revision as of 09:57, 6 December 2023
PKCS#10 certificate request and certificate generating utility
openssl req -config root-ca.cnf -key /your_path/private/root-ca_key.pem -new -x509 -days 3650 -sha256 -extensions v3_ca -out /your_path/private/root-ca_cert.pem
Generate a CSR
Errors:
openssl req -new -key example.org.key -out example.org.csr
Can't open example.org.key for reading, No such file or directory.
Solution: Generate a key. openssl genrsa -aes256 -out ./example.org.key 4096
openssl req -new -key example.org.key -out example.org.csr unable to load Private Key
Related terms
See also
- CSR:
openssl req [ -x509 ]
openssl rsa
,openssl genrsa
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, CSR (PKCS10),
/etc/letsencrypt/csr/
,openssl req
, X.509, [.pem
,.cer
,.csr
], Kubernetes CertificateSigningRequest
Advertising: