openssl / openssl

TLS/SSL and crypto library
https://www.openssl.org
Apache License 2.0
25.59k stars 10.09k forks source link

Cmd unable to read private key via ssl command #18457

Open ravifulani opened 2 years ago

ravifulani commented 2 years ago

I am using below command, but i get error unable to read private key.

```
cd "C:\Program Files\OpenSSL-Win64\bin"

openssl.exe req -new -x509 -key C:\Users\Ashley\Desktop\privkey.pem -out C:\Users\Ashley\Desktop\cacert.pem -days 1095



-->
t8m commented 2 years ago

Do you have a private key in C:\Users\Ashley\Desktop\privkey.pem ?

nhorman commented 3 months ago

marking as inactive, to be closed at the end of 3.4 dev barring further input